mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	scripts : working curl pipe
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov