Skip to content

Commit b6bbc95

Browse files
committed
disable patch
1 parent 6b9c499 commit b6bbc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_tasks/test_tasks_mask_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_mask_generation(self):
2323
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]
2424
model(**torch_deepcopy(inputs))
2525
model(**data["inputs2"])
26-
with torch_export_patches(patch_transformers=True, verbose=1):
26+
with torch_export_patches(patch_torch=False, patch_transformers=True, verbose=1):
2727
torch.export.export(
2828
model, (), kwargs=inputs, dynamic_shapes=use_dyn_not_str(ds), strict=False
2929
)

0 commit comments

Comments
 (0)