make local-llama service
This commit is contained in:
+2
-6
@@ -1,12 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -a # Automatically export all variables defined next
|
||||
source .env # Load the file
|
||||
set +a # Disable automatic export
|
||||
set -euo pipefail
|
||||
|
||||
sudo ulimit -l unlimited
|
||||
|
||||
taskset -c 0-11 /home/bazzite/Документы/llama-cpp-turboquant/build/bin/llama-server \
|
||||
/home/bazzite/Документы/llama-cpp-turboquant/build/bin/llama-server \
|
||||
-m "models/${MODEL_FILE}" \
|
||||
--host 0.0.0.0 \
|
||||
--port 8080 \
|
||||
|
||||
Reference in New Issue
Block a user