Bump torch pin to 2.11.0.dev20260215#17511
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17511
Note: Links to docs will display an error until the docs builds have been completed. ❌ 8 New FailuresAs of commit a5a01b7 with merge base 7caf9b2 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
6141f05 to
3ed7b71
Compare
3ed7b71 to
461e877
Compare
efb9431 to
e12fc32
Compare
|
@anzr299 the openvino failure here looks like the type of thing that would be resolved by openvinotoolkit/nncf#3854 is that PR still alive? |
e12fc32 to
a3f022f
Compare
| f"torchvision==0.26.0.{NIGHTLY_VERSION}" | ||
| if use_pytorch_nightly | ||
| else "torchvision" | ||
| ), | ||
| ( | ||
| f"torchaudio==2.10.0.{NIGHTLY_VERSION}" | ||
| f"torchaudio==2.11.0.{NIGHTLY_VERSION}" |
There was a problem hiding this comment.
yeah the versions are correct for dev20260216.
4fdc1dc to
a059520
Compare
a059520 to
36f6968
Compare
As titled. This fixes an issue on RTX 5080.
36f6968 to
a5a01b7
Compare
We are discussing offline if we really need to add torchao as a dependency or we can work around importing it. It is unclear from the torch.ao -> torchao migration plan(https://dev-discuss.pytorch.org/t/torch-ao-quantization-migration-plan/2810/4?u=anzr299) whether we can independently remove torchao and keep legacy functions from torch.ao instead. Only case where we need to certain imports are necessary to pass signatures checks in pytorch and so on. |
Bump torch pin to 2.11.0.dev20260215 so that RTX 5080 works.