This commit is contained in:
hailin 2025-07-17 10:54:12 +08:00
parent e252241910
commit d795691369
1 changed files with 1 additions and 1 deletions

View File

@ -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/Deepseek/DeepSeek-R1-Distill-Llama-70B/", \ "--model-path", "/root/.cradle/Deepseek/DeepSeek-R1-Distill-Llama-70B/", \
"--tp", "2", \ "--tp", "4", \
"--api-key", "token-abc123", \ "--api-key", "token-abc123", \
"--enable-metrics"] "--enable-metrics"]