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 307a5da commit 27db850Copy full SHA for 27db850
_doc/examples/plot_export_hub_codellama.py
@@ -98,7 +98,7 @@
98
# It still requires patches to be exportable (control flow).
99
# See :func:`onnx_diagnostic.torch_export_patches.torch_export_patches`
100
101
-with torch_export_patches(patch_transformers=True) as f:
+with torch_export_patches(patch_torh=False, patch_transformers=True) as f:
102
ep = torch.export.export(
103
model,
104
(),
0 commit comments