[WIP] [NV] Qwen3.5 FP8 H200 SGLang#855
Merged
Merged
Conversation
Comment on lines
+32
to
+55
| --model "$MODEL" \ | ||
| --host 0.0.0.0 \ | ||
| --port "$PORT" \ | ||
| --tp "$TP" \ | ||
| --expert-parallel-size "$EP_SIZE" \ | ||
| --reasoning-parser qwen3 \ | ||
| --tool-call-parser qwen3_coder \ | ||
| --enable-flashinfer-allreduce-fusion \ | ||
| --max-running-requests 128 \ | ||
| --chunked-prefill-size 16384 \ | ||
| --decode-log-interval 1 \ | ||
| --mem-fraction-static 0.8 \ | ||
| --cuda-graph-max-bs "$CONC" \ | ||
| --context-length "$MAX_SEQ_LEN" \ | ||
| --max-prefill-tokens 16384 \ | ||
| --kv-cache-dtype fp8_e4m3 \ | ||
| --quantization fp8 \ | ||
| --attention-backend flashinfer \ | ||
| --stream-interval 50 \ | ||
| --moe-runner-backend auto \ | ||
| --tokenizer-worker-num 6 \ | ||
| --mamba-ssm-dtype bfloat16 \ | ||
| --disable-radix-cache \ | ||
| --trust-remote-code \ |
Collaborator
Collaborator
Author
|
@faradawn our SGL cookbook hero |
|
SGLang PR Created: sgl-project/sgl-cookbook#177. Let me know if there is any issue |
functionstackx
approved these changes
Mar 4, 2026
Collaborator
functionstackx
left a comment
There was a problem hiding this comment.
LGTM. thanks yall!
ankursingh-nv
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.