mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[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:
parent
48fee8d0f6
commit
3e0344a53d
@ -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/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user