-
Notifications
You must be signed in to change notification settings - Fork 149
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
Upgrade PyTorch Version #3628
base: main
Are you sure you want to change the base?
Upgrade PyTorch Version #3628
Conversation
Failing tests due to flakiness: This PR should fix the CB exception
Related PR for the
The
|
@nathaliellenaa can you look into this flaky test, seems an easy fix just try to add a null check before getting it
|
Sure @mingshl, I'll take a look at it. |
Did this PR rebased main branch? This failure IT should already fixed in this PR: https://github.com/opensearch-project/ml-commons/pull/3602/files#diff-56fa2e9a8e21fb83bd72bc755fdb3347504abdde7d47351cdee6e8ee71154697R93, if you check the current IT file: https://github.com/opensearch-project/ml-commons/blob/main/plugin/src/test/java/org/opensearch/ml/rest/RestCohereInferenceIT.java, there's no line 93. |
Thanks for the information @zane-neo. Will try to rebase and run the workflow again. |
6253623
to
68e1089
Compare
after rebased, there is compiling issue, @nathaliellenaa would you check this class in core,
|
We need to merge this PR: #3667 |
merged, @nathaliellenaa try rebase with the commit from #3667 |
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
68e1089
to
28ff492
Compare
Description
Upgrade PyTorch version from 1.13.1 to 2.5.1.
Related Issues
Resolves #3515
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.