open_llama_3b_ggml / README.md
SlyEcho's picture
open-llama-3b 600bt preview ggml files
aa6fce5 verified
|
raw
history blame
672 Bytes
metadata
license: apache-2.0

ggml versions of OpenLLaMa 3B

Use with llama.cpp

Since it is experimental and not merged yet, you can use the PR:

git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
curl -L https://github.com/ggerganov/llama.cpp/pull/1588.diff | git apply -
make main
./main -m open-llama-3b-q4-0.bin ...