Spaces:
Running
Running
Update expect-build-qwen-3
Browse files- expect-build-qwen-3 +1 -1
expect-build-qwen-3
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# Set the timeout to 300 seconds (5 minutes)
|
| 3 |
set timeout 600
|
| 4 |
# Start the llama-completion command with absolute paths
|
| 5 |
-
spawn /home/user/code/models/llama.cpp/llama-completion -c 12000 -m /home/user/code/models/Qwen3-4B-Instruct-2507-q8_0.gguf --prompt-cache /home/user/code/models/context-qwen-3.gguf -f /home/user/code/models/system_prompt_qwen_3 -r "<|im_end|>" -no-cnv -sp -i --temp 0 --simple-io
|
| 6 |
|
| 7 |
# Wait for the expected output
|
| 8 |
expect {
|
|
|
|
| 2 |
# Set the timeout to 300 seconds (5 minutes)
|
| 3 |
set timeout 600
|
| 4 |
# Start the llama-completion command with absolute paths
|
| 5 |
+
spawn /home/user/code/models/llama.cpp/llama-completion -c 12000 -m /home/user/code/models/Qwen3-4B-Instruct-2507-q8_0.gguf --prompt-cache /home/user/code/models/context-qwen-3.gguf -f /home/user/code/models/system_prompt_qwen_3 -r "<|im_end|>" -no-cnv -sp -i --temp 0 --simple-io --verbose
|
| 6 |
|
| 7 |
# Wait for the expected output
|
| 8 |
expect {
|