Spaces:
Running
on
L40S
Running
on
L40S
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -7,7 +7,7 @@ python3 -m vllm.entrypoints.openai.api_server \
|
|
| 7 |
--port 8000 \
|
| 8 |
--host 0.0.0.0 \
|
| 9 |
--max-model-len 20000 \
|
| 10 |
-
--gpu-memory-utilization 0.
|
| 11 |
|
| 12 |
VLLM_PID=$!
|
| 13 |
echo "vLLM started with PID: $VLLM_PID"
|
|
|
|
| 7 |
--port 8000 \
|
| 8 |
--host 0.0.0.0 \
|
| 9 |
--max-model-len 20000 \
|
| 10 |
+
--gpu-memory-utilization 0.95 > $HOME/app/vllm.log 2>&1 &
|
| 11 |
|
| 12 |
VLLM_PID=$!
|
| 13 |
echo "vLLM started with PID: $VLLM_PID"
|