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

Update expect-build-xlam-2

Browse files
Files changed (1) hide show
  1. expect-build-xlam-2 +1 -1
expect-build-xlam-2 CHANGED
@@ -6,7 +6,7 @@ spawn /home/user/code/models/llama.cpp/llama-cli -c 12000 -m /home/user/code/mod
6
 
7
  # Wait for the expected output
8
  expect {
9
- "}]<|im_end|>" {
10
  # Send Ctrl+C to terminate the command
11
  send \x03
12
  exp_continue
 
6
 
7
  # Wait for the expected output
8
  expect {
9
+ "\}\]<|im_end|>" {
10
  # Send Ctrl+C to terminate the command
11
  send \x03
12
  exp_continue