mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
examples : fix whitespace
This commit is contained in:
parent
34ae1caf7f
commit
d73b8d48b4
1 changed files with 3 additions and 3 deletions
|
@ -22,5 +22,5 @@ GEN_OPTIONS="${GEN_OPTIONS:---ctx_size 4096 --batch-size 1024}"
|
||||||
--rope-freq-scale 1.0 \
|
--rope-freq-scale 1.0 \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
# I used this to test the model with mps, but omitted it from the general purpose. If you want to use it, just specify it on the command line.
|
# I used this to test the model with mps, but omitted it from the general purpose. If you want to use it, just specify it on the command line.
|
||||||
# -ngl 1 \
|
# -ngl 1 \
|
||||||
|
|
Loading…
Reference in a new issue