Mungert commited on
Commit
3c3c646
·
verified ·
1 Parent(s): e3bcd8e

Update expect-build-phi-4-mini

Browse files
Files changed (1) hide show
  1. 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-cli command with absolute paths
5
- spawn /home/user/code/models/llama.cpp/llama-cli -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 {
 
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 {