Skip to content

ramaseshanms/llama_cpp_benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Clone and build llama.cpp repo

cd llama.cpp git clone https://github.com/ggerganov/llama.cpp cd llama.cpp mkdir build cd build cmake .. -DLLAMA_BLAS=OFF make -j2

Clone this repo: llama_cpp_benchmarks

git@github.com:ramaseshanms/llama_cpp_benchmarks.git cp llama_cpp_benchmarks/inference_wrapper.* src/ cp llama_cpp_benchmarks/ src/main.cpp g++ -O3 -std=c++17
src/main.cpp
src/inference_wrapper.cpp
-Iinclude
-Iggml/include
-Lbuild/bin
-lllama
-pthread
-o bin/custom_infer

LD_LIBRARY_PATH=$PWD/build/bin:$LD_LIBRARY_PATH ./bin/custom_infer | tee -a inference.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages