Spaces:
Runtime error
Runtime error
try to fix
Browse files
start.sh
CHANGED
@@ -5,4 +5,5 @@ sleep 10 && curl -s http://127.0.0.1:3928/inferences/llamacpp/loadmodel \
|
|
5 |
"llama_model_path": "./AquilaChat2-7B-16K.Q3_K_L.gguf",
|
6 |
"ctx_len": 16384,
|
7 |
}' &
|
|
|
8 |
./nitro
|
|
|
5 |
"llama_model_path": "./AquilaChat2-7B-16K.Q3_K_L.gguf",
|
6 |
"ctx_len": 16384,
|
7 |
}' &
|
8 |
+
source /opt/intel/oneapi/setvars.sh
|
9 |
./nitro
|