Spaces:
Runtime error
Runtime error
Richard Putra
commited on
Commit
·
cd635fb
1
Parent(s):
276b821
fix port
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ pinned: false
|
|
9 |
license: agpl-3.0
|
10 |
short_description: peer to peer LLM inference
|
11 |
app_file: app.py
|
12 |
-
app_port:
|
13 |
models:
|
14 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
15 |
- unsloth/DeepSeek-R1-Distill-Qwen-1.5B-GGUF
|
|
|
9 |
license: agpl-3.0
|
10 |
short_description: peer to peer LLM inference
|
11 |
app_file: app.py
|
12 |
+
app_port: 8080
|
13 |
models:
|
14 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
15 |
- unsloth/DeepSeek-R1-Distill-Qwen-1.5B-GGUF
|
start.sh
CHANGED
@@ -10,7 +10,7 @@ until curl -s "http://localhost:8080/v1/models" >/dev/null; do
|
|
10 |
sleep 1
|
11 |
done
|
12 |
|
13 |
-
echo "Server is ready.
|
14 |
|
15 |
# Start Gradio UI
|
16 |
cd /
|
|
|
10 |
sleep 1
|
11 |
done
|
12 |
|
13 |
+
echo "Server is ready."
|
14 |
|
15 |
# Start Gradio UI
|
16 |
cd /
|