Manual cherry-pick to update numpy as well as all dependencies#7727
Manual cherry-pick to update numpy as well as all dependencies#7727mergennachin merged 6 commits intorelease/0.5from
Conversation
Upgrade numpy version requirement to Summary: 1.21 is too old now. For 3.10 or above, we should be able to use 2.0.0 We are already on CoreMLTools 8.1, which is https://github.com/apple/coremltools/blob/8.1/reqs/build.pip We had to upgrade to the latest transformers as well (cherry picked from commit a7b5297)
(cherry picked from commit a18f6e8)
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7727
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 16 PendingAs of commit eb4529a with merge base 9069017 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@dvorjackz @SS-JIA I just realized that we have to update the torchtune pin to release version, just like how we do for everything else (torch, torchaudio, torchvision etc) Otherwise, even if we update the nightly pin, when someone uses the release binary in a few months, one of its dependencies, torchtune, will not be working Initially I tried to cherry-pick (#7670), but later manually override with release version. |
Ah, got it. It seems that your diff seems to accomplish that; would I be correct to assume that the only next steps would be to update the release workflow to say that torchtune must be updated as well? |
Yes, that would be correct |
jackzhxng
left a comment
There was a problem hiding this comment.
@mergennachin yup should be fine as long as tests past
Uh oh!
There was an error while loading. Please reload this page.