Spaces:
Running
Running
Update expect-build-phi-4-mini
Browse files- expect-build-phi-4-mini +2 -2
expect-build-phi-4-mini
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
#!/usr/bin/expect
|
| 2 |
# Set the timeout to 300 seconds (5 minutes)
|
| 3 |
set timeout 600
|
| 4 |
-
# Start the llama-
|
| 5 |
-
spawn /home/user/code/models/llama.cpp/llama-
|
| 6 |
|
| 7 |
# Wait for the expected output
|
| 8 |
expect {
|
|
|
|
| 1 |
#!/usr/bin/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/phi-4-mini-q4_0.gguf --prompt-cache /home/user/code/models/context-phi-4-mini.gguf -f /home/user/code/models/system_prompt_phi_4_mini -r "<|end|>" -no-cnv -sp -i --temp 0 --simple-io
|
| 6 |
|
| 7 |
# Wait for the expected output
|
| 8 |
expect {
|