This commit is contained in:
parent
8f6dc142af
commit
c5e4ef4a6d
|
|
@ -172,6 +172,6 @@ CMD ["python3", "-m", "sglang.launch_server", \
|
||||||
"--host", "0.0.0.0", \
|
"--host", "0.0.0.0", \
|
||||||
"--port", "30000", \
|
"--port", "30000", \
|
||||||
"--model-path", "/root/.cradle/Alibaba/Qwen3-32B/", \
|
"--model-path", "/root/.cradle/Alibaba/Qwen3-32B/", \
|
||||||
"--tp", "1", \
|
"--tp", "4", \
|
||||||
"--api-key", "token-abc123", \
|
"--api-key", "token-abc123", \
|
||||||
"--enable-metrics"]
|
"--enable-metrics"]
|
||||||
Loading…
Reference in New Issue