hsuwill000 commited on
Commit
5c875ec
·
verified ·
1 Parent(s): eac0cc2

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -17,7 +17,7 @@ unzip llama_cpp_avx512.zip > /dev/null 2>&1
17
 
18
  # 背景 curl,每秒執行一次,stdout 即時印出且存 log
19
  #nohup bash -c 'while true; do curl -X POST https://hsuwill000-gpt-oss-20b.hf.space/gradio_api/call/chat; sleep 1; done' | tee -a curl_log.txt &
20
- nohup bash -c 'while true; do curl -X POST https://hsuwill000-gpt-oss-20b.hf.space/gradio_api/call/chat; sleep 100; done' >/dev/null 2>&1 &
21
 
22
 
23
  # 背景 llama-server,stdout 即時印出且存 log
 
17
 
18
  # 背景 curl,每秒執行一次,stdout 即時印出且存 log
19
  #nohup bash -c 'while true; do curl -X POST https://hsuwill000-gpt-oss-20b.hf.space/gradio_api/call/chat; sleep 1; done' | tee -a curl_log.txt &
20
+ nohup bash -c 'while true; do curl -X POST https://hsuwill000-test-gguf.hf.space/gradio_api/call/chat; sleep 100; done' >/dev/null 2>&1 &
21
 
22
 
23
  # 背景 llama-server,stdout 即時印出且存 log