Skip to content

Commit a67c771

Browse files
committed
fix issues
1 parent 5395ec8 commit a67c771

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_unittests/ut_torch_models/test_llm_phi2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def test_export_phi2_1(self):
2525
assert ep
2626

2727
@ignore_warnings(UserWarning)
28-
@requires_transformers("4.52") # TODO
2928
def test_export_phi2_2_bypassed(self):
3029
data = get_phi2(num_hidden_layers=2)
3130
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]

0 commit comments

Comments
 (0)