From c2d4c2adb6b9cfcb4bcec3cd1f8aa0edc8ed53f5 Mon Sep 17 00:00:00 2001 From: Ivy Zhang <25222398+crazydemo@users.noreply.github.com> Date: Fri, 9 May 2025 13:30:16 +0800 Subject: [PATCH] [https://nvbugspro.nvidia.com/bug/5260676]test: skip fp8 quantization case for pre-ada (#4095) skip pre ada Signed-off-by: Ivy Zhang <25222398+crazydemo@users.noreply.github.com> --- tests/integration/defs/examples/test_eagle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/defs/examples/test_eagle.py b/tests/integration/defs/examples/test_eagle.py index e6e90206ca..cb887f72c1 100644 --- a/tests/integration/defs/examples/test_eagle.py +++ b/tests/integration/defs/examples/test_eagle.py @@ -299,6 +299,7 @@ def test_mistral_eagle_1gpu(llm_mistral_model_root, llm_rouge_root=llm_rouge_root) +@skip_pre_ada @pytest.mark.parametrize("use_dynamic_tree", [False, True], ids=['eagle1', 'eagle2']) @pytest.mark.parametrize("mistral_nemo_model_root", ['Mistral-Nemo-12b-Base'],