Skip to content

Commit d73b8d4

Browse files
committed
examples : fix whitespace
1 parent 34ae1ca commit d73b8d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/server-llama2-13B.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ GEN_OPTIONS="${GEN_OPTIONS:---ctx_size 4096 --batch-size 1024}"
2121
--threads "$N_THREAD" \
2222
--rope-freq-scale 1.0 \
2323
"$@"
24-
25-
# 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.
26-
# -ngl 1 \
24+
25+
# 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.
26+
# -ngl 1 \

0 commit comments

Comments
 (0)