Commit 232fb3f
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` workflow1 parent d9dff49 commit 232fb3f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments