mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-09 10:17:06 +00:00
rename llama|main -> llama-cli; consistent RPM bin prefixes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
cd `dirname $0`
|
||||
cd ..
|
||||
|
||||
./llama -m ./models/alpaca.13b.ggmlv3.q8_0.bin \
|
||||
./llama-cli -m ./models/alpaca.13b.ggmlv3.q8_0.bin \
|
||||
--color \
|
||||
-f ./prompts/alpaca.txt \
|
||||
--ctx_size 2048 \
|
||||
|
||||
Reference in New Issue
Block a user