Skip to content

Commit ca20fb5

Browse files
committed
fix
1 parent 74a4130 commit ca20fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_unittests/ut_torch_models/test_tiny_llms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_tiny_llm_run_static(self):
4848

4949
@ignore_warnings(UserWarning)
5050
@requires_transformers("4.52")
51+
@requires_torch("2.8")
5152
def test_tiny_llm_export_static(self):
5253
data = get_tiny_llm(use_static_cache=True)
5354
model, inputs = data["model"], data["inputs"]

0 commit comments

Comments
 (0)