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 6b9c499 commit b6bbc95Copy full SHA for b6bbc95
_unittests/ut_tasks/test_tasks_mask_generation.py
@@ -23,7 +23,7 @@ def test_mask_generation(self):
23
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]
24
model(**torch_deepcopy(inputs))
25
model(**data["inputs2"])
26
- with torch_export_patches(patch_transformers=True, verbose=1):
+ with torch_export_patches(patch_torch=False, patch_transformers=True, verbose=1):
27
torch.export.export(
28
model, (), kwargs=inputs, dynamic_shapes=use_dyn_not_str(ds), strict=False
29
)
0 commit comments