Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ steps:
- pytest -s -v tests/quantization/test_blackwell_moe.py

- label: Blackwell LM Eval Small Models
timeout_in_minutes: 75
timeout_in_minutes: 120
gpu: b200
optional: true # run on nightlies
source_file_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions tests/evals/gsm8k/configs/Qwen3-30B-A3B-NVFP4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
model_name: "nvidia/Qwen3-30B-A3B-FP4"
accuracy_threshold: 0.89
num_questions: 1319
num_fewshot: 5
max_model_len: 4096

1 change: 1 addition & 0 deletions tests/evals/gsm8k/configs/models-blackwell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Qwen3-0.6B-FP8.yaml
Qwen2.5-VL-3B-Instruct-FP8-dynamic.yaml
Qwen1.5-MoE-W4A16-CT.yaml
DeepSeek-V2-Lite-Instruct-FP8.yaml
Qwen3-30B-A3B-NVFP4.yaml
Loading