mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-09-09 08:47:03 -04:00
main: update refs -> llama
fix examples/main ref
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
cd `dirname $0`
|
||||
cd ..
|
||||
|
||||
./main --color --instruct --threads 4 \
|
||||
./llama --color --instruct --threads 4 \
|
||||
--model ./models/gpt4all-7B/gpt4all-lora-quantized.bin \
|
||||
--file ./prompts/alpaca.txt \
|
||||
--batch_size 8 --ctx_size 2048 -n -1 \
|
||||
|
Reference in New Issue
Block a user