Move to stable binaries 2.13#3933
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3933
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit a8abd8c with merge base cb473bc ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
awscliv2==2.1.1 imports pkg_resources, which setuptools>=81 removed. The fresh CI docker image (rebuilt by the torch bump) picked up a newer setuptools, breaking `awsv2 -i` at the start of .jenkins/build.sh. Unrelated to torch 2.13. Co-authored-by: Claude
|
The build failures on the previous commit were not caused by the torch 2.13 bump. All 15 shards died at the first
Pushed AI assistance (Claude) was used for this analysis and fix. |
ray[serve]==2.55.0's _proto_to_dict reads FieldDescriptor.label, which protobuf>=6 removed, breaking beginner_source/serving_tutorial.py with "'google._upb._message.FieldDescriptor' object has no attribute 'label'". The fresh CI image (rebuilt by the torch bump) pulled protobuf 6. ray 2.55.0 declares protobuf>=3.20.3 with no upper bound, so this pin is compatible. Unrelated to torch 2.13. Co-authored-by: Claude
Move the tutorials CI to the stable PyTorch 2.13 binaries for the 2.13 release, mirroring #3891 (which moved to 2.12).
.ci/docker/requirements.txt:torch==2.12->torch==2.13AI assistance (Claude) was used for this change.