Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update orttraining eager mode to support torch 1.12.0 #12038

Closed
WilBrady opened this issue Jun 29, 2022 · 0 comments
Closed

Update orttraining eager mode to support torch 1.12.0 #12038

WilBrady opened this issue Jun 29, 2022 · 0 comments
Assignees
Labels
training issues related to ONNX Runtime training; typically submitted using template

Comments

@WilBrady
Copy link
Contributor

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:

#12033

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.

@souptc souptc self-assigned this Jun 29, 2022
@ytaous ytaous added the training issues related to ONNX Runtime training; typically submitted using template label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training issues related to ONNX Runtime training; typically submitted using template
Projects
None yet
Development

No branches or pull requests

4 participants