Update start.sh
Browse files
start.sh
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
export WORK="/home/user/app"
|
4 |
cd $WORK
|
5 |
unzip llama_cpp_avx512.zip > /dev/null 2>&1
|
6 |
-
wget -O model.gguf https://huggingface.co/unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF/
|
7 |
./llama-server -m model.gguf --port 8000 --host 0.0.0.0 --threads 2 --ctx-size 4096 --mlock --jinja
|
|
|
3 |
export WORK="/home/user/app"
|
4 |
cd $WORK
|
5 |
unzip llama_cpp_avx512.zip > /dev/null 2>&1
|
6 |
+
wget -O model.gguf https://huggingface.co/unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B-UD-IQ1_M.gguf?download=true > /dev/null 2>&1
|
7 |
./llama-server -m model.gguf --port 8000 --host 0.0.0.0 --threads 2 --ctx-size 4096 --mlock --jinja
|