Spaces:
Runtime error
Runtime error
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,9 +1,5 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
-
# Start llama-server in background
|
| 4 |
-
cd /llama.cpp/build
|
| 5 |
-
./bin/llama-bench --model /models/model.q8_0.gguf &
|
| 6 |
-
|
| 7 |
# Start llama-server in background
|
| 8 |
cd /llama.cpp/build
|
| 9 |
./bin/llama-server --host 0.0.0.0 --port 8080 --model /models/model.q8_0.gguf --ctx-size 32768 --threads 2 &
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
# Start llama-server in background
|
| 4 |
cd /llama.cpp/build
|
| 5 |
./bin/llama-server --host 0.0.0.0 --port 8080 --model /models/model.q8_0.gguf --ctx-size 32768 --threads 2 &
|