Skip to content

Commit cb45175

Browse files
authored
Add torchaudio to cloudflare by default (#7828)
torchaudio downloads from production will use cloudflare
1 parent 221465f commit cb45175

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
@@ -450,6 +450,7 @@
450450
# These packages will have their URLs point to R2 instead of S3/CloudFront
451451
# when the path is NOT whl/test and NOT whl/nightly (i.e., prod)
452452
PT_R2_PACKAGES_PROD = {
453+
"torchaudio",
453454
"fbgemm_gpu",
454455
"fbgemm_gpu_genai",
455456
}

0 commit comments

Comments
 (0)