-
Notifications
You must be signed in to change notification settings - Fork 195
[AMD][MI35X] Qwen3.5-fp4 SGLang single-node benchmark env update #1716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
08427ba
b126701
56da307
9d78e2f
1a1fbb9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,7 @@ hf download "$MODEL" | |
|
|
||
| export SGLANG_USE_AITER=1 | ||
| export SGLANG_USE_AITER_UNIFIED_ATTN=1 | ||
| export AITER_FLYDSL_FORCE=1 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thanks for the contributuioin. 1 small ask: can u add env var to https://github.com/sgl-project/sglang/tree/main/docs_new ? @1am9trash @yichiche
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @functionstackx This env will be enable by default in the image soon , we won't need to specify this env in the future. |
||
|
|
||
| SERVER_LOG=/workspace/server.log | ||
| MEM_FRAC_STATIC=${MEM_FRAC_STATIC:-0.8} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.