-
Notifications
You must be signed in to change notification settings - Fork 42
[plugin] refine full OOT validation & OOT benchmark #388
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
0306c71
[plugin][full oot test] refine the nightly acc validation
zejunchen-zejun 72812d8
add comment for inform user choosing branch
zejunchen-zejun 6230f26
add comments for OOT accuracy check
zejunchen-zejun ee0fdfd
refine nightly full test
zejunchen-zejun 7407336
use python3
zejunchen-zejun e408aa2
align build method with OOT CI
zejunchen-zejun 24e26a7
change the machine group
zejunchen-zejun 2e37911
add gptoss TP2 case and qwen3.5 BF16 model case
zejunchen-zejun 5f0e9df
add env flag for qwen3.5 and qwen3-next
zejunchen-zejun 4b61595
1. change the curve color for ATOM-vLLM
zejunchen-zejun 8374299
retrieve gptoss acc threshold
zejunchen-zejun c128447
merge 2 workflows into 1 workflow
zejunchen-zejun f38e70e
fix name issue
zejunchen-zejun 0f0d0da
retrieve workflow path
zejunchen-zejun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,101 @@ | ||
| [ | ||
| { | ||
| "model_name": "Qwen3-235B-A22B-Instruct-2507-FP8 TP8+EP8", | ||
| "model_path": "Qwen/Qwen3-235B-A22B-Instruct-2507-FP8", | ||
| "extraArgs": "--tensor-parallel-size 8 --enable-expert-parallel", | ||
| "env_vars": "ATOM_ENABLE_QK_NORM_ROPE_CACHE_QUANT_FUSION=1", | ||
| "runner": "linux-atom-mi35x-8", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.87, | ||
| "accuracy_baseline": 0.87, | ||
| "accuracy_baseline_model": "Qwen/Qwen3-235B-A22B-Instruct-2507" | ||
| }, | ||
| { | ||
| "model_name": "Qwen3-Next-80B-A3B-Instruct-FP8 TP4", | ||
| "model_path": "Qwen/Qwen3-Next-80B-A3B-Instruct-FP8", | ||
| "extraArgs": "--tensor-parallel-size 4", | ||
| "env_vars": "ATOM_DISABLE_VLLM_PLUGIN_ATTENTION=1\nATOM_USE_CUSTOM_ALL_GATHER=0", | ||
| "runner": "linux-atom-mi35x-4", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.83, | ||
| "accuracy_baseline": 0.83, | ||
| "accuracy_baseline_model": "Qwen/Qwen3-Next-80B-A3B-Instruct-FP8" | ||
| }, | ||
| { | ||
| "model_name": "Qwen3.5-397B-A17B-FP8 TP8", | ||
| "model_path": "Qwen/Qwen3.5-397B-A17B-FP8", | ||
| "extraArgs": "--tensor-parallel-size 8", | ||
| "env_vars": "ATOM_DISABLE_VLLM_PLUGIN_ATTENTION=1\nATOM_USE_CUSTOM_ALL_GATHER=0", | ||
| "runner": "linux-atom-mi35x-8", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.83, | ||
| "accuracy_baseline": 0.83, | ||
| "accuracy_baseline_model": "Qwen/Qwen3.5-397B-A17B-FP8" | ||
| }, | ||
| { | ||
| "model_name": "Qwen3.5-397B-A17B TP8", | ||
| "model_path": "Qwen/Qwen3.5-397B-A17B", | ||
| "extraArgs": "--tensor-parallel-size 8", | ||
| "env_vars": "ATOM_DISABLE_VLLM_PLUGIN_ATTENTION=1\nATOM_USE_CUSTOM_ALL_GATHER=0", | ||
| "runner": "linux-atom-mi35x-8", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.83, | ||
| "accuracy_baseline": 0.83, | ||
| "accuracy_baseline_model": "Qwen/Qwen3.5-397B-A17B" | ||
| }, | ||
| { | ||
| "model_name": "Kimi-K2-Thinking-MXFP4 TP8", | ||
| "model_path": "amd/Kimi-K2-Thinking-MXFP4", | ||
| "extraArgs": "--tensor-parallel-size 8", | ||
| "env_vars": "", | ||
| "runner": "linux-atom-mi35x-8", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.9, | ||
| "accuracy_baseline": 0.9, | ||
| "accuracy_baseline_model": "amd/Kimi-K2-Thinking-MXFP4" | ||
| }, | ||
| { | ||
| "model_name": "DeepSeek-R1-FP8 TP8", | ||
| "model_path": "deepseek-ai/DeepSeek-R1-0528", | ||
| "extraArgs": "--tensor-parallel-size 8", | ||
| "env_vars": "", | ||
| "runner": "linux-atom-mi35x-8", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.93, | ||
| "accuracy_baseline": 0.9553, | ||
| "accuracy_baseline_model": "deepseek-ai/DeepSeek-R1-0528" | ||
| }, | ||
| { | ||
| "model_name": "DeepSeek-R1-0528-MXFP4 TP8", | ||
| "model_path": "amd/DeepSeek-R1-0528-MXFP4", | ||
| "extraArgs": "--tensor-parallel-size 8", | ||
| "env_vars": "", | ||
| "runner": "linux-atom-mi35x-8", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.93, | ||
| "accuracy_baseline": 0.93, | ||
| "accuracy_baseline_model": "deepseek-ai/DeepSeek-R1-0528" | ||
| }, | ||
| { | ||
| "model_name": "gpt-oss-120b TP1", | ||
| "model_path": "openai/gpt-oss-120b", | ||
| "extraArgs": "--tensor-parallel-size 1", | ||
| "env_vars": "ATOM_ENABLE_QK_NORM_ROPE_CACHE_QUANT_FUSION=1", | ||
| "runner": "linux-atom-mi35x-1", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.38, | ||
| "accuracy_baseline": 0.38, | ||
| "accuracy_baseline_model": "openai/gpt-oss-120b" | ||
| }, | ||
| { | ||
| "model_name": "gpt-oss-120b TP2", | ||
| "model_path": "openai/gpt-oss-120b", | ||
| "extraArgs": "--tensor-parallel-size 2", | ||
| "env_vars": "ATOM_ENABLE_QK_NORM_ROPE_CACHE_QUANT_FUSION=1", | ||
| "runner": "linux-atom-mi35x-4", | ||
| "test_level": "nightly", | ||
| "accuracy_threshold": 0.38, | ||
| "accuracy_baseline": 0.38, | ||
| "accuracy_baseline_model": "openai/gpt-oss-120b" | ||
| } | ||
| ] |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.