瀏覽代碼

examples : fix whitespace

Georgi Gerganov 2 年之前
父節點
當前提交
d73b8d48b4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      examples/server-llama2-13B.sh

+ 3 - 3
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 \