server: update refs -> llama-server
gitignore llama-server
This commit is contained in:
parent
849842916d
commit
f298cc63d2
16 changed files with 35 additions and 35 deletions
|
@ -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: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue