Commit 8af995f
Remove 3.13 hack when installing TIMM (pytorch#153648)
Remove 3.13 hack when installing TIMM (pytorch#152399)
A Docker build failure showing up at this step triggered by the landing of pytorch#152362. Here is the example logs https://github.com/pytorch/pytorch/actions/runs/14718029881/job/41305891896:
```
#37 29.72 + as_jenkins conda run -n py_3.13 pip install --progress-bar off --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124
#37 29.72 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/envs/py_3.13/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 conda run -n py_3.13 pip install --progress-bar off --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124
#37 49.50 ERROR: Cannot install torch and torchvision==0.22.0.dev20250226+cu124 because these package versions have conflicting dependencies.
```
This happens because we have stopped building 12.4 nightly for sometime. This hack doesn't apply anymore, so let's just remove it.
Pull Request resolved: pytorch#152399
Approved by: https://github.com/cyyever, https://github.com/wdvr, https://github.com/malfet
(cherry picked from commit 5c01302)
Co-authored-by: Huy Do <[email protected]>1 parent 5beafa5 commit 8af995f
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
| |||
0 commit comments