Skip to content

Commit 232fb3f

Browse files
authored
Add spmd_types to S3 dependency mirror (#8153)
## Summary - Adds `spmd_types` to `PACKAGES_PER_PROJECT` in `update_dependencies.py` - Mirrors the PyPI index for `spmd_types` onto `download.pytorch.org` for CPU and all CUDA targets (cu126, cu128, cu129, cu130, cu132) ## Context `spmd_types==0.2.0` was added as a hard wheel dependency in pytorch/pytorch#180880 but was not mirrored on `download.pytorch.org`, causing `pip install torch` to fail when using `--index-url https://download.pytorch.org/whl/nightly/cu130` since the package couldn't be resolved. ## Testing After merging, kick the `update-s3-dependencies` workflow
1 parent d9dff49 commit 232fb3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

s3_management/update_dependencies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"jinja2": [{"project": "torch"}],
6363
"filelock": [{"project": "torch"}],
6464
"fsspec": [{"project": "torch"}],
65+
"spmd_types": [{"project": "torch"}],
6566
"nvidia-cudnn-cu11": [{"project": "torch"}],
6667
"typing-extensions": [{"project": "torch"}],
6768
"cuda-bindings": [

0 commit comments

Comments
 (0)