From: Georgi Gerganov Date: Fri, 28 Jul 2023 18:05:08 +0000 (+0300) Subject: examples : fix whitespace X-Git-Tag: gguf-v0.4.0~383 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d73b8d48b45d6e2c0ae9bb8c39623c4024adc275;p=pkg%2Fggml%2Fsources%2Fllama.cpp examples : fix whitespace --- diff --git a/examples/server-llama2-13B.sh b/examples/server-llama2-13B.sh index d7f36985..17fedc2b 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 \