-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
trainingissues related to ONNX Runtime training; typically submitted using templateissues related to ONNX Runtime training; typically submitted using template
Description
Is your feature request related to a problem? Please describe.
The release of torch 1.12.0 broke the eager mode build so eager mode training has been pinned to 1.11.0. This PR did the pinning:
Describe the solution you'd like
Update eager mode to support torch 1.12.0, which requires supporting new types like SymInt and handling removed methods like _cat.
Describe alternatives you've considered
None.
Metadata
Metadata
Assignees
Labels
trainingissues related to ONNX Runtime training; typically submitted using templateissues related to ONNX Runtime training; typically submitted using template