Skip to content

Commit ed3c67e

Browse files
crazydemoLarryXFly
andauthored
tests: [https://nvbugspro.nvidia.com/bug/5289908] run maverick bf16 on blackwell (NVIDIA#4722)
Signed-off-by: Ivy Zhang <[email protected]> Co-authored-by: Larry <[email protected]>
1 parent 9328348 commit ed3c67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class TestLlama4MaverickInstruct(LlmapiAccuracyTestHarness):
329329
MODEL_NAME = "meta-llama/Llama-4-Maverick-17B-128E-Instruct"
330330
MODEL_PATH = f"{llm_models_root()}/llama4-models/Llama-4-Maverick-17B-128E-Instruct"
331331

332-
@skip_pre_hopper
332+
@skip_pre_blackwell
333333
@pytest.mark.skip_less_device(8)
334334
@parametrize_with_ids("cuda_graph", [False, True])
335335
@pytest.mark.parametrize("tp_size,pp_size,ep_size", [(8, 1, 1), (8, 1, 4),

0 commit comments

Comments
 (0)