Skip to content

nikhilJain17/tinyLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyLLM

Yet another LLM inference engine

Build

mkdir -p build cmake -S . -B build -DCMAKE_BUILD_TYPE=Release cmake --build build

Build debug

mkdir -p build cmake -S . -B build-debug -DCMAKE_BUILD_TYPE=Debug cmake --build build-debug

Run binary

./build/bin/tinyLLM

Or run via the CMake run target

cmake --build build --target run

For running debug

cmake --build build-debug --target run

Run unit tests

mkdir -p build cmake -S . -B build -DCMAKE_BUILD_TYPE=Release cmake --build build --target run_tests

Nuke and rebuild

cd build && cmake --build . --target clean && cmake --build .

About

Yet another LLM inference engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published