[acc fix]Change the environment set of DeepSeek-R1 FP4 scripts.#813
Merged
zejunchen-zejun merged 4 commits intodev/perffrom Nov 20, 2025
Merged
[acc fix]Change the environment set of DeepSeek-R1 FP4 scripts.#813zejunchen-zejun merged 4 commits intodev/perffrom
zejunchen-zejun merged 4 commits intodev/perffrom
Conversation
| vllm serve $model_path \ | ||
| --host localhost \ | ||
| --port 9000 \ | ||
| --port 6789 \ |
|
We need rebase the latest origin/dev/perf |
| --seed 123 2>&1 | tee log.server.log & | ||
| --gpu_memory_utilization 0.7 \ | ||
| --block-size 1 \ | ||
| --seed 123 2>&1 | tee log.server.log |
Signed-off-by: zhuyuhua-v <yuhzhu@amd.com>
df11d7a to
670b9a4
Compare
|
Is this PR ok to merge? We plan to merge it today. |
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.
This PR fix the Deepseek-r1 MXFP4 accuracy issue. It is based on the fix in PR #809, and uses triton mha for MLA.
Purpose
Test Plan
Test Result
aiter commit: d0a40f55ca1d552f20f2dd55741e7309c936a9d1 (Branch dev/perf)
Eager mode
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.