aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-07-28 21:05:08 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-07-28 21:05:08 +0300
commitd73b8d48b45d6e2c0ae9bb8c39623c4024adc275 (patch)
treec485e6c16dd173392b54c9d78a7540b8a56a3421 /examples
parent34ae1caf7fdea4c4c09087002e15e6230102e6a9 (diff)
examples : fix whitespace
Diffstat (limited to 'examples')
-rw-r--r--examples/server-llama2-13B.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/server-llama2-13B.sh b/examples/server-llama2-13B.sh
index d7f3698..17fedc2 100644
--- a/examples/server-llama2-13B.sh
+++ b/examples/server-llama2-13B.sh
@@ -21,6 +21,6 @@ GEN_OPTIONS="${GEN_OPTIONS:---ctx_size 4096 --batch-size 1024}"
--threads "$N_THREAD" \
--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.
- # -ngl 1 \
+
+# 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 \