From dab42893c97f75bf9d87648a77c8486ee47dc7dd Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 31 Oct 2023 17:03:56 +0200 Subject: [PATCH] scripts : working curl pipe --- scripts/server-llm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/server-llm.sh b/scripts/server-llm.sh index 3a6c4c840..7bf0929bb 100644 --- a/scripts/server-llm.sh +++ b/scripts/server-llm.sh @@ -27,7 +27,7 @@ # # Example: # -# bash <(curl https://ggml.ai/server-llm.sh) +# bash -c "$(curl -s https://ggml.ai/server-llm.sh)" # set -e @@ -76,7 +76,7 @@ function print_usage { printf " --n-kv: KV cache size, default is 4096\n" printf " --verbose: verbose output\n\n" printf "Example:\n\n" - printf " bash <(curl https://ggml.ai/server-llm.sh)\n\n" + printf ' bash -c "$(curl -s https://ggml.ai/server-llm.sh)"\n\n' } while [[ $# -gt 0 ]]; do