fix: use --context-length instead of --max-model-len for SGLang server
This commit is contained in:
parent
06b3398ad0
commit
3cf8b8f0d7
@ -44,7 +44,7 @@ nohup sglang serve \
|
|||||||
--model-path "$MODEL_PATH" \
|
--model-path "$MODEL_PATH" \
|
||||||
--tp "$TP" \
|
--tp "$TP" \
|
||||||
--moe-runner-backend marlin \
|
--moe-runner-backend marlin \
|
||||||
--max-model-len "$MAX_MODEL_LEN" \
|
--context-length "$MAX_MODEL_LEN" \
|
||||||
--max-running-requests "$MAX_RUNNING" \
|
--max-running-requests "$MAX_RUNNING" \
|
||||||
--mem-fraction-static 0.88 \
|
--mem-fraction-static 0.88 \
|
||||||
--host 0.0.0.0 \
|
--host 0.0.0.0 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user