-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
topic: discussionFor discussionFor discussion
Description
PyTorch calls onnxscript apis and replies on stability of the apis because a single pytorch version can stay for a long time. I propose that we create apis dedicated to a specific version of PyTorch like below. As we evolve our logic we are more free to change user apis like optimize
without being constrained by existing PyTorch usage. This also allows use to evolve the logic for these apis even after a PyTorch version is released.
onnxscript._framework_apis.torch_2_5.optimize()
onnxscript._framework_apis.torch_2_5.convert_version()
onnxscript._framework_apis.torch_2_5.check_model()
onnxscript._framework_apis.torch_2_5.offload_external_data()
onnxscript._framework_apis.torch_2_5.get_torchlib_ops()
Metadata
Metadata
Assignees
Labels
topic: discussionFor discussionFor discussion