Skip to content

Commit b128577

Browse files
committed
update
Signed-off-by: gcanlin <[email protected]>
1 parent 8692d0b commit b128577

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ def test_internvl_basic(model: str):
8383
eager_outputs = outputs["eager"]
8484
graph_outputs = outputs["graph"]
8585

86-
check_outputs_equal(
87-
outputs_0_lst=eager_outputs,
88-
outputs_1_lst=graph_outputs,
89-
name_0="eager mode",
90-
name_1="graph mode"
91-
)
86+
check_outputs_equal(outputs_0_lst=eager_outputs,
87+
outputs_1_lst=graph_outputs,
88+
name_0="eager mode",
89+
name_1="graph mode")

0 commit comments

Comments
 (0)