Spaces:
Runtime error
Runtime error
Update start.sh
Browse files
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-
|
| 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
|