Skip to content

Commit 917f8d5

Browse files
committed
update
Signed-off-by: gcanlin <[email protected]>
1 parent 270b87b commit 917f8d5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/e2e/singlecard/multi-modal/test_internvl.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from vllm.assets.image import ImageAsset
2525

2626
from tests.e2e.conftest import VllmRunner
27-
from tests.e2e.model_utils import check_outputs_similar
27+
from tests.e2e.model_utils import check_outputs_equal
2828

2929
MODELS = [
3030
"OpenGVLab/InternVL2-8B",
@@ -83,9 +83,7 @@ def test_internvl_basic(model: str):
8383
eager_outputs = outputs["eager"]
8484
graph_outputs = outputs["graph"]
8585

86-
# Compare eager and graph outputs using similarity check
87-
# NOTE: InternVL3.5-8B model shows minor differences between modes
88-
check_outputs_similar(
86+
check_outputs_equal(
8987
outputs_0_lst=eager_outputs,
9088
outputs_1_lst=graph_outputs,
9189
name_0="eager mode",

0 commit comments

Comments
 (0)