mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-12 22:23:13 +00:00
server: update refs -> llama-server
gitignore llama-server
This commit is contained in:
@ -26,7 +26,7 @@ elif [[ "$arg1" == '--all-in-one' || "$arg1" == '-a' ]]; then
|
||||
fi
|
||||
done
|
||||
elif [[ "$arg1" == '--server' || "$arg1" == '-s' ]]; then
|
||||
./server "$@"
|
||||
./llama-server "$@"
|
||||
else
|
||||
echo "Unknown command: $arg1"
|
||||
echo "Available commands: "
|
||||
|
Reference in New Issue
Block a user