mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
waive
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
This commit is contained in:
parent
322db710dc
commit
8f8766a6fa
@ -1,3 +1,4 @@
|
||||
import pytest
|
||||
import torch
|
||||
from _model_test_utils import get_small_model_config
|
||||
from build_and_run_ad import ExperimentConfig
|
||||
@ -8,6 +9,7 @@ from tensorrt_llm._torch.auto_deploy.export import apply_export_patches, torch_e
|
||||
from tensorrt_llm._torch.auto_deploy.transformations._graph import move_to_device
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="https://nvbugspro.nvidia.com/bug/5505835")
|
||||
def test_build_run_llama4_vlm():
|
||||
atol = 1e-3
|
||||
rtol = 1e-3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user