-
Notifications
You must be signed in to change notification settings - Fork 494
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 ort CIs (slow, gpu, train) #2024
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the great PR @IlyasMoutawwakil !
self.state.is_hyper_param_search = trial is not None | ||
self.state.train_batch_size = self._train_batch_size | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also cc @JingyaHuang who took care of the ort training integrations
0be7883
to
696cc95
Compare
eedff54
to
881015c
Compare
"accelerate", # ORTTrainer requires it. | ||
"transformers>=4.36,<4.49.0", | ||
], | ||
"onnxruntime-training": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The readme and docs should reflect this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added in #2173
Thanks a lot @IlyasMoutawwakil for adding many fixes ! |
What does this PR do?
This is a PR that fixes:
I tried my best to make things work with the least change, in some cases that was hard, e.g. io binding was dependant on the input order in the forward signature, which made some model types incompatible with the ORTModel signature.
Before submitting
Who can review?