Skip to content

Commit a8a6fa1

Browse files
authored
Support both spmd-types and spmd_types in PACKAGE_LINKS_ALLOW_LIST so it mirrors to subdirs (#8160)
`spmd-types` is served at the root nightly index but not mirrored into the `cpu`/`cu*` subdirectories. `get_packages_to_copy_from_parent()` converts package dir names dash->underscore before checking `PACKAGE_LINKS_ALLOW_LIST`, so the dash-only entry never matched. Add the `spmd_types` form alongside `spmd-types` so it gets copied into the subdirectories.
1 parent ec39fe1 commit a8a6fa1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

s3_management/manage_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@
482482
"fsspec",
483483
"typing-extensions",
484484
"spmd-types",
485+
"spmd_types",
485486
"cuda-bindings",
486487
"cuda-toolkit",
487488
"nvidia-cuda-nvrtc-cu12",

0 commit comments

Comments
 (0)