Spaces:
Sleeping
Sleeping
Damien Benveniste
commited on
Commit
·
9aaf11d
1
Parent(s):
d0b9a2d
modified
Browse files- entrypoint.sh +1 -2
entrypoint.sh
CHANGED
@@ -25,8 +25,7 @@ done
|
|
25 |
|
26 |
|
27 |
# Construct the command
|
28 |
-
CMD="vllm serve \
|
29 |
-
--model $MODEL \
|
30 |
--host 0.0.0.0 \
|
31 |
--port 8000 \
|
32 |
--dtype $DTYPE \
|
|
|
25 |
|
26 |
|
27 |
# Construct the command
|
28 |
+
CMD="vllm serve $MODEL \
|
|
|
29 |
--host 0.0.0.0 \
|
30 |
--port 8000 \
|
31 |
--dtype $DTYPE \
|