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
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> Signed-off-by: Abdul Muneer Kolarkunnu <muneer.kolarkunnu@netapp.com>
This reverts commit 71b5998.
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.