[None][chore] Add failed cases into waives.txt (#10301)

Signed-off-by: xinhe-nv <200704525+xinhe-nv@users.noreply.github.com>
Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
This commit is contained in:
xinhe-nv 2025-12-30 14:04:28 +08:00 committed by GitHub
parent 48fee8d0f6
commit 3e0344a53d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import pytest
from tensorrt_llm import LLM
from tensorrt_llm.llmapi import CudaGraphConfig, KvCacheConfig, MoeConfig, SamplingParams
from ..conftest import llm_models_root, skip_pre_blackwell
from ..conftest import llm_models_root, skip_post_blackwell, skip_pre_blackwell, skip_pre_hopper
from .accuracy_core import MMMU, LlmapiAccuracyTestHarness
@ -216,6 +216,8 @@ class TestPhi4MMFusedVisionLora(LlmapiAccuracyTestHarness):
task.evaluate(llm, sampling_params=self.sampling_params)
@skip_pre_hopper
@skip_post_blackwell
class TestGemma3_27BInstruct(LlmapiAccuracyTestHarness):
MODEL_NAME = "google/gemma-3-27b-it"
MODEL_PATH = f"{llm_models_root()}/gemma/gemma-3-27b-it/"