We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584dc97 commit 2d169bdCopy full SHA for 2d169bd
1 file changed
_unittests/ut_torch_models/test_tiny_llms.py
@@ -49,6 +49,7 @@ def test_tiny_llm_run_static(self):
49
@ignore_warnings(UserWarning)
50
@requires_transformers("4.52")
51
@requires_torch("2.8")
52
+ @unittest.skip("StaticCache is broken")
53
def test_tiny_llm_export_static(self):
54
data = get_tiny_llm(use_static_cache=True)
55
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]
0 commit comments