mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-09-01 04:44:35 -04:00
main: update refs -> llama
fix examples/main ref
This commit is contained in:
@@ -22,7 +22,7 @@ if [ -n "$N_THREAD" ]; then
|
||||
GEN_OPTIONS+=(--threads "$N_THREAD")
|
||||
fi
|
||||
|
||||
./main "${GEN_OPTIONS[@]}" \
|
||||
./llama "${GEN_OPTIONS[@]}" \
|
||||
--model "$MODEL" \
|
||||
--in-prefix " " \
|
||||
--in-suffix "${AI_NAME}:" \
|
||||
|
Reference in New Issue
Block a user