-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Do you know if ort works with Pytorch lightning?
I am trying it but I am getting:
raise new_exception(raised_exception) from raised_exception
onnxruntime.training.ortmodule._fallback.ORTModuleTorchModelException: ORTModule does not support adding modules to it.
Also is there a way to configure ort automatically when you install the package with conda?
currently I have to call this from my code:
from onnxruntime.training.ortmodule.torch_cpp_extensions import install as ortmodule_install
ortmodule_install.build_torch_cpp_extensions()
Does it work with pytorch 10 and cuda 11?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels