Skip to content

Commit 5e45285

Browse files
authored
Add torch to cloudflare r2 (#7914)
All packages are now by default using r2: ``` PT_R2_PACKAGES_PROD = { "torch", "torchaudio", "torchvision", "fbgemm_gpu", "fbgemm_gpu_genai", "triton", "triton_rocm", "triton_xpu", "pytorch_triton", "pytorch_triton_rocm", "pytorch_triton_xpu", } ```
1 parent c8ec840 commit 5e45285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

s3_management/manage_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@
454454
# These packages will have their URLs point to R2 instead of S3/CloudFront
455455
# when the path is NOT whl/test and NOT whl/nightly (i.e., prod)
456456
PT_R2_PACKAGES_PROD = {
457+
"torch",
457458
"torchaudio",
458459
"torchvision",
459460
"fbgemm_gpu",

0 commit comments

Comments
 (0)