johnbridges commited on
Commit
a06d9e4
·
verified ·
1 Parent(s): 14292d6

Update expect-build-xlam-2

Browse files
Files changed (1) hide show
  1. expect-build-xlam-2 +1 -1
expect-build-xlam-2 CHANGED
@@ -2,7 +2,7 @@
2
  # Set the timeout to 300 seconds (5 minutes)
3
  set timeout 1200
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/xLAM-2-3B-fc-r-Q8_0.gguf --prompt-cache /home/user/code/models/context-xlam-2.gguf -f /home/user/code/models/system_prompt_xlam_2 -r "<|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 1200
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/xLAM-2-3B-fc-r-Q8_0.gguf --prompt-cache /home/user/code/models/context-xlam-2.gguf -f /home/user/code/models/system_prompt_xlam_2 -r "<|im_end|>" -no-cnv -sp -i --temp 0 --simple-io
6
 
7
  # Wait for the expected output
8
  expect {