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 5395ec8 commit a67c771Copy full SHA for a67c771
_unittests/ut_torch_models/test_llm_phi2.py
@@ -25,7 +25,6 @@ def test_export_phi2_1(self):
25
assert ep
26
27
@ignore_warnings(UserWarning)
28
- @requires_transformers("4.52") # TODO
29
def test_export_phi2_2_bypassed(self):
30
data = get_phi2(num_hidden_layers=2)
31
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]
0 commit comments