mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 03:14:35 +00:00
scripts : working curl pipe
This commit is contained in:
parent
f3947e1e02
commit
dab42893c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user