Spaces:
Sleeping
Sleeping
Update expect-build-xlam-2
Browse files- expect-build-xlam-2 +1 -1
expect-build-xlam-2
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
#!/usr/bin/expect
|
2 |
# Set the timeout to 300 seconds (5 minutes)
|
3 |
-
set timeout
|
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 |
|
|
|
1 |
#!/usr/bin/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 "<|end|>" -no-cnv -sp -i --temp 0 --simple-io
|
6 |
|