File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
onnx_diagnostic/torch_export_patches Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Change Logs
440.7.3
55+++++
66
7- * :pr: `172 `: fixes function to_any for BaseModelOutput
7+ * :pr: `173 `: fixes function to_any for BaseModelOutput
88
99
10100.7.2
Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ and triggered by ``with torch_export_patches(patch_transformers=True)``.
104104This function does one class,
105105:func: `onnx_diagnostic.torch_export_patches.onnx_export_serialization.register_cache_serialization `
106106does all known classes.
107- It can be undone with :func: `onnx_diagnostic.torch_export_patches.onnx_export_serialization.unregister `
107+ It can be undone with
108+ :func: `onnx_diagnostic.torch_export_patches.onnx_export_serialization.unregister_class_serialization `
108109or :func: `onnx_diagnostic.torch_export_patches.onnx_export_serialization.unregister_cache_serialization `.
109110Here is the list of supported caches:
110111
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def register_class_serialization(
2828) -> bool :
2929 """
3030 Registers a class.
31- It can be undone with :func:`unregister `.
31+ It can be undone with :func:`unregister_class_serialization `.
3232
3333 :param cls: class to register
3434 :param f_flatten: see ``torch.utils._pytree.register_pytree_node``
You can’t perform that action at this time.
0 commit comments