Skip to content

Commit 5fc8cf4

Browse files
committed
fix
1 parent 1d7c7f7 commit 5fc8cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_unittests/ut_export/test_dynamic_shapes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ def forward(self, cache, z):
470470
),
471471
)
472472

473+
@requires_transformers("4.51")
473474
def test_guess_dynamic_shapes_cache_str(self):
474475
class Model(torch.nn.Module):
475476
def forward(self, cache, z):

0 commit comments

Comments
 (0)