-
Notifications
You must be signed in to change notification settings - Fork 156
[AMD] Use upstream SGLang images on mi300, mi325 and mi355 for dsr1fp8 (#307) #332
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
20ca1bc
464b397
41deedd
106270c
e5a824f
1729ddd
1912115
aae7cde
2d0e88f
70f4b90
226b40c
55e53b2
6030525
3b1299c
1324e9e
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 |
|---|---|---|
|
|
@@ -15,10 +15,13 @@ | |
| # https://rocm.docs.amd.com/en/docs-7.0-docker/benchmark-docker/inference-sglang-deepseek-r1-fp8.html | ||
|
|
||
| export SGLANG_USE_AITER=1 | ||
| export RCCL_MSCCL_ENABLE=0 | ||
| export ROCM_QUICK_REDUCE_QUANTIZATION=INT4 | ||
|
|
||
| SERVER_LOG=$(mktemp /tmp/server-XXXXXX.log) | ||
|
|
||
| python3 -m sglang.launch_server \ | ||
| --attention-backend aiter \ | ||
| --model-path $MODEL \ | ||
| --host=0.0.0.0 \ | ||
| --port $PORT \ | ||
|
|
@@ -28,6 +31,7 @@ python3 -m sglang.launch_server \ | |
| --mem-fraction-static 0.8 --disable-radix-cache \ | ||
| --num-continuous-decode-steps 4 \ | ||
| --max-prefill-tokens 196608 \ | ||
| --enable-torch-compile \ | ||
|
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. MI300x and MI325x scripts missing flags for new imageThe PR updates the SGLang image from v0.5.2 to v0.5.5.post3 for all three platforms (mi300x, mi325x, mi355x), but only the mi355x benchmark scripts were updated with the new flags ( Additional Locations (1) |
||
| --cuda-graph-max-bs 128 > $SERVER_LOG 2>&1 & | ||
|
|
||
| SERVER_PID=$! | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.