Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
56777b5c
Unverified
Commit
56777b5c
authored
Mar 24, 2026
by
roikoren755
Committed by
GitHub
Mar 23, 2026
Browse files
[Test] E2E Nemotron-3-Super tests (#36803)
Signed-off-by:
Roi Koren
<
roik@nvidia.com
>
parent
2488a82f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
0 deletions
+37
-0
.buildkite/test_areas/lm_eval.yaml
.buildkite/test_areas/lm_eval.yaml
+1
-0
tests/evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-BF16.yaml
.../evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-BF16.yaml
+11
-0
tests/evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-FP8.yaml
...s/evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-FP8.yaml
+11
-0
tests/evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-NVFP4.yaml
...evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-NVFP4.yaml
+11
-0
tests/evals/gsm8k/configs/models-blackwell.txt
tests/evals/gsm8k/configs/models-blackwell.txt
+1
-0
tests/evals/gsm8k/configs/models-h200.txt
tests/evals/gsm8k/configs/models-h200.txt
+2
-0
No files found.
.buildkite/test_areas/lm_eval.yaml
View file @
56777b5c
...
...
@@ -90,6 +90,7 @@ steps:
commands
:
-
pytest -s -v evals/gsm8k/test_gsm8k_correctness.py --config-list-file=evals/gsm8k/configs/moe-refactor-dp-ep/config-b200.txt
-
label
:
GPQA Eval (GPT-OSS) (H100)
timeout_in_minutes
:
120
device
:
h100
...
...
tests/evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-BF16.yaml
0 → 100644
View file @
56777b5c
model_name
:
"
nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16"
accuracy_threshold
:
0.93
num_questions
:
1319
num_fewshot
:
5
startup_max_wait_seconds
:
1200
server_args
:
>-
--enforce-eager
--max-model-len 4096
--tensor-parallel-size 8
--enable-expert-parallel
--speculative-config '{"method":"mtp","num_speculative_tokens":5}'
tests/evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-FP8.yaml
0 → 100644
View file @
56777b5c
model_name
:
"
nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8"
accuracy_threshold
:
0.93
num_questions
:
1319
num_fewshot
:
5
startup_max_wait_seconds
:
1200
server_args
:
>-
--enforce-eager
--max-model-len 4096
--tensor-parallel-size 8
--enable-expert-parallel
--speculative-config '{"method":"mtp","num_speculative_tokens":5}'
tests/evals/gsm8k/configs/Nemotron-3-Super-120B-A12B-NVFP4.yaml
0 → 100644
View file @
56777b5c
model_name
:
"
nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4"
accuracy_threshold
:
0.93
num_questions
:
1319
num_fewshot
:
5
startup_max_wait_seconds
:
1200
server_args
:
>-
--enforce-eager
--max-model-len 4096
--tensor-parallel-size 2
--enable-expert-parallel
--speculative-config '{"method":"mtp","num_speculative_tokens":5}'
tests/evals/gsm8k/configs/models-blackwell.txt
View file @
56777b5c
...
...
@@ -5,3 +5,4 @@ DeepSeek-V2-Lite-Instruct-FP8.yaml
Qwen3-30B-A3B-NVFP4.yaml
Qwen3-Next-80B-A3B-NVFP4-EP2.yaml
Qwen3-Next-FP8-EP2.yaml
Nemotron-3-Super-120B-A12B-NVFP4.yaml
tests/evals/gsm8k/configs/models-h200.txt
View file @
56777b5c
...
...
@@ -2,3 +2,5 @@ DeepSeek-R1-TP.yaml
DeepSeek-R1-DP.yaml
DeepSeek-V3.2-TP.yaml
DeepSeek-V3.2-DP.yaml
Nemotron-3-Super-120B-A12B-BF16.yaml
Nemotron-3-Super-120B-A12B-FP8.yaml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment