]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
examples : fix whitespace
authorGeorgi Gerganov <redacted>
Fri, 28 Jul 2023 18:05:08 +0000 (21:05 +0300)
committerGeorgi Gerganov <redacted>
Fri, 28 Jul 2023 18:05:08 +0000 (21:05 +0300)
examples/server-llama2-13B.sh

index d7f3698596c417473f8101d9993732258b4e78b8..17fedc2b176f611fe508e4d38a5a035a4c21bb55 100644 (file)
@@ -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 \