Spaces:
Sleeping
Sleeping
Commit
·
dc87cf7
1
Parent(s):
7e564eb
Launch both vllm and gradio together
Browse files- launch_space.sh +1 -1
launch_space.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
# Start vLLM server in background
|
| 4 |
-
|
| 5 |
|
| 6 |
# Wait briefly to ensure vLLM is up before Gradio tries to connect
|
| 7 |
# sleep 60
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
# Start vLLM server in background
|
| 4 |
+
./vllm_serve.sh &
|
| 5 |
|
| 6 |
# Wait briefly to ensure vLLM is up before Gradio tries to connect
|
| 7 |
# sleep 60
|