-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[MoE Refactor] Add Temporary Integration Tests - H100/B200 #31759
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
17 commits
Select commit
Hold shift + click to select a range
dd90b6d
add h100 integration tests
acaa9a5
add newlines
ab6a497
updated
e16b007
Merge branch 'main' into add-more-ci-for-moe-refactor
robertgshaw2-redhat 546b42a
updated to set the tp size explicitly
dfa7775
Merge branch 'add-more-ci-for-moe-refactor' of https://github.com/vll…
d68cff5
update
b18f148
fix the pathname
4386dd8
actually fix the path
1fb843b
setup b200 tests
164b2f9
nit
488a4d7
address bot feedback
06febe0
add deepgeem disable
2402fac
ensure proper env vars
2b099b7
update the test name
400792c
remove newline
e8365ec
Merge branch 'main' into add-more-ci-for-moe-refactor
robertgshaw2-redhat 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
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Llama-4-Scout-Fp8-ModelOpt-fi-cutlass.yaml
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,8 @@ | ||
| model_name: "nvidia/Llama-4-Scout-17B-16E-Instruct-FP8" | ||
| accuracy_threshold: 0.92 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_FLASHINFER_MOE_FP8: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "throughput" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Llama-4-Scout-Fp8-ModelOpt-fi-trtllm.yaml
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,8 @@ | ||
| model_name: "nvidia/Llama-4-Scout-17B-16E-Instruct-FP8" | ||
| accuracy_threshold: 0.92 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_FLASHINFER_MOE_FP8: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "latency" |
7 changes: 7 additions & 0 deletions
7
tests/evals/gsm8k/configs/moe-refactor/Llama-4-Scout-Fp8-ModelOpt-marlin.yaml
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,7 @@ | ||
| model_name: "nvidia/Llama-4-Scout-17B-16E-Instruct-FP8" | ||
| accuracy_threshold: 0.92 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_TEST_FORCE_FP8_MARLIN: "1" |
5 changes: 5 additions & 0 deletions
5
tests/evals/gsm8k/configs/moe-refactor/Llama-4-Scout-Fp8-ModelOpt-triton.yaml
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,5 @@ | ||
| model_name: "nvidia/Llama-4-Scout-17B-16E-Instruct-FP8" | ||
| accuracy_threshold: 0.92 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" |
9 changes: 9 additions & 0 deletions
9
tests/evals/gsm8k/configs/moe-refactor/Mixtral-8x7B-Fp8-AutoFp8-fi-cutlass.yaml
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,9 @@ | ||
| # TODO(rob): enable | ||
| # model_name: "amd/Mixtral-8x7B-Instruct-v0.1-FP8-KV" | ||
| # accuracy_threshold: 0.62 | ||
| # num_questions: 1319 | ||
| # num_fewshot: 5 | ||
| # server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| # env: | ||
| # VLLM_USE_FLASHINFER_MOE_FP8: "1" | ||
| # VLLM_FLASHINFER_MOE_BACKEND: "throughput" |
5 changes: 5 additions & 0 deletions
5
tests/evals/gsm8k/configs/moe-refactor/Mixtral-8x7B-Fp8-AutoFp8-triton.yaml
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,5 @@ | ||
| model_name: "amd/Mixtral-8x7B-Instruct-v0.1-FP8-KV" | ||
| accuracy_threshold: 0.62 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-AutoFp8-deepgemm.yaml
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,8 @@ | ||
| model_name: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "1" | ||
| VLLM_USE_DEEP_GEMM_MOE: "1" |
10 changes: 10 additions & 0 deletions
10
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-AutoFp8-fi-cutlass.yaml
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,10 @@ | ||
| model_name: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "0" | ||
| VLLM_USE_DEEP_GEMM_MOE: "0" | ||
| VLLM_USE_FLASHINFER_MOE_FP8: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "throughput" |
10 changes: 10 additions & 0 deletions
10
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-AutoFp8-fi-trtllm.yaml
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,10 @@ | ||
| model_name: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "0" | ||
| VLLM_USE_DEEP_GEMM_MOE: "0" | ||
| VLLM_USE_FLASHINFER_MOE_FP8: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "latency" |
9 changes: 9 additions & 0 deletions
9
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-AutoFp8-marlin.yaml
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,9 @@ | ||
| model_name: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "0" | ||
| VLLM_USE_DEEP_GEMM_MOE: "0" | ||
| VLLM_TEST_FORCE_FP8_MARLIN: "1" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-AutoFp8-triton.yaml
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,8 @@ | ||
| model_name: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "0" | ||
| VLLM_USE_DEEP_GEMM_MOE: "0" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-CT-Block-deepgemm.yaml
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,8 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-FP8-block" | ||
| accuracy_threshold: 0.85 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "1" | ||
| VLLM_USE_DEEP_GEMM_MOE: "1" |
10 changes: 10 additions & 0 deletions
10
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-CT-Block-fi-cutlass.yaml
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,10 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-FP8-block" | ||
| accuracy_threshold: 0.85 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "0" | ||
| VLLM_USE_DEEP_GEMM_MOE: "0" | ||
| VLLM_USE_FLASHINFER_MOE_FP8: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "throughput" |
9 changes: 9 additions & 0 deletions
9
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-CT-Block-marlin.yaml
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,9 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-FP8-block" | ||
| accuracy_threshold: 0.85 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "0" | ||
| VLLM_USE_DEEP_GEMM_MOE: "0" | ||
| VLLM_TEST_FORCE_FP8_MARLIN: "1" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-CT-Block-vllm-cutlass.yaml
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,8 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-FP8-block" | ||
| accuracy_threshold: 0.85 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_DEEP_GEMM: "0" | ||
| VLLM_USE_DEEP_GEMM_MOE: "0" |
7 changes: 7 additions & 0 deletions
7
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-CT-Channel-marlin.yaml
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,7 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-FP8-dynamic" | ||
| accuracy_threshold: 0.85 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_TEST_FORCE_FP8_MARLIN: "1" |
5 changes: 5 additions & 0 deletions
5
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-Fp8-CT-Channel-vllm-cutlass.yaml
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,5 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-FP8-dynamic" | ||
| accuracy_threshold: 0.85 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-CT-fi-cutlass-dp-ep.yaml
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,8 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --data-parallel-size 2 --enable-expert-parallel" | ||
| env: | ||
| VLLM_USE_FLASHINFER_MOE_FP4: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "throughput" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-CT-fi-cutlass.yaml
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,8 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_FLASHINFER_MOE_FP4: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "throughput" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-CT-fi-trtllm.yaml
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,8 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_FLASHINFER_MOE_FP4: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "latency" |
7 changes: 7 additions & 0 deletions
7
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-CT-marlin.yaml
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,7 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_TEST_FORCE_FP8_MARLIN: "1" |
5 changes: 5 additions & 0 deletions
5
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-CT-vllm-cutlass.yaml
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,5 @@ | ||
| model_name: "RedHatAI/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-ModelOpt-fi-cutlass-dp-ep.yaml
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,8 @@ | ||
| model_name: "nvidia/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --data-parallel-size 2 --enable-expert-parallel" | ||
| env: | ||
| VLLM_USE_FLASHINFER_MOE_FP4: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "throughput" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-ModelOpt-fi-cutlass.yaml
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,8 @@ | ||
| model_name: "nvidia/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_FLASHINFER_MOE_FP4: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "throughput" |
8 changes: 8 additions & 0 deletions
8
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-ModelOpt-fi-trtllm.yaml
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,8 @@ | ||
| model_name: "nvidia/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_USE_FLASHINFER_MOE_FP4: "1" | ||
| VLLM_FLASHINFER_MOE_BACKEND: "latency" |
7 changes: 7 additions & 0 deletions
7
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-ModelOpt-marlin.yaml
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,7 @@ | ||
| model_name: "nvidia/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" | ||
| env: | ||
| VLLM_TEST_FORCE_FP8_MARLIN: "1" |
5 changes: 5 additions & 0 deletions
5
tests/evals/gsm8k/configs/moe-refactor/Qwen3-30B-A3B-NvFp4-ModelOpt-vllm-cutlass.yaml
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,5 @@ | ||
| model_name: "nvidia/Qwen3-30B-A3B-NVFP4" | ||
| accuracy_threshold: 0.88 | ||
| num_questions: 1319 | ||
| num_fewshot: 5 | ||
| server_args: "--enforce-eager --max-model-len 8192 --tensor-parallel-size 2" |
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,12 @@ | ||
| Llama-4-Scout-Fp8-ModelOpt-fi-trtllm.yaml | ||
| Qwen3-30B-A3B-Fp8-AutoFp8-fi-trtllm.yaml | ||
| Qwen3-30B-A3B-NvFp4-CT-vllm-cutlass.yaml | ||
| Qwen3-30B-A3B-NvFp4-CT-marlin.yaml | ||
| Qwen3-30B-A3B-NvFp4-CT-fi-trtllm.yaml | ||
| Qwen3-30B-A3B-NvFp4-CT-fi-cutlass.yaml | ||
| Qwen3-30B-A3B-NvFp4-CT-fi-cutlass-dp-ep.yaml | ||
| Qwen3-30B-A3B-NvFp4-ModelOpt-vllm-cutlass.yaml | ||
| Qwen3-30B-A3B-NvFp4-ModelOpt-marlin.yaml | ||
| Qwen3-30B-A3B-NvFp4-ModelOpt-fi-trtllm.yaml | ||
| Qwen3-30B-A3B-NvFp4-ModelOpt-fi-cutlass.yaml | ||
| Qwen3-30B-A3B-NvFp4-ModelOpt-fi-cutlass-dp-ep.yaml |
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,13 @@ | ||
| Mixtral-8x7B-Fp8-AutoFp8-triton.yaml | ||
| Qwen3-30B-A3B-Fp8-AutoFp8-deepgemm.yaml | ||
| Qwen3-30B-A3B-Fp8-AutoFp8-fi-cutlass.yaml | ||
| Qwen3-30B-A3B-Fp8-AutoFp8-marlin.yaml | ||
| Qwen3-30B-A3B-Fp8-AutoFp8-triton.yaml | ||
| Qwen3-30B-A3B-Fp8-CT-Block-deepgemm.yaml | ||
| Qwen3-30B-A3B-Fp8-CT-Block-marlin.yaml | ||
| Qwen3-30B-A3B-Fp8-CT-Block-vllm-cutlass.yaml | ||
| Qwen3-30B-A3B-Fp8-CT-Channel-marlin.yaml | ||
| Qwen3-30B-A3B-Fp8-CT-Channel-vllm-cutlass.yaml | ||
| Llama-4-Scout-Fp8-ModelOpt-fi-cutlass.yaml | ||
| Llama-4-Scout-Fp8-ModelOpt-marlin.yaml | ||
| Llama-4-Scout-Fp8-ModelOpt-triton.yaml | ||
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.