We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8692d0b commit b128577Copy full SHA for b128577
tests/e2e/singlecard/multi-modal/test_internvl.py
@@ -83,9 +83,7 @@ def test_internvl_basic(model: str):
83
eager_outputs = outputs["eager"]
84
graph_outputs = outputs["graph"]
85
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
- )
+ check_outputs_equal(outputs_0_lst=eager_outputs,
+ outputs_1_lst=graph_outputs,
+ name_0="eager mode",
+ name_1="graph mode")
0 commit comments