We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f77b45 commit 140dc0dCopy full SHA for 140dc0d
s3_management/manage.py
@@ -27,7 +27,7 @@
27
BUCKET_META_CDN = S3.Bucket("pytorch-test")
28
INDEX_BUCKETS = {BUCKET, BUCKET_META_CDN}
29
30
-ACCEPTED_FILE_EXTENSIONS = ("whl", "zip", "tar.gz")
+ACCEPTED_FILE_EXTENSIONS = ("whl", "zip", "tar.gz", "json")
31
ACCEPTED_SUBDIR_PATTERNS = [
32
r"cu[0-9]+", # for cuda
33
r"rocm[0-9]+\.[0-9]+", # for rocm
@@ -40,6 +40,8 @@
40
"whl/test",
41
"libtorch",
42
"libtorch/nightly",
43
+ "whl/test/variant",
44
+ "whl/variant",
45
]
46
47
# NOTE: This refers to the name on the wheels themselves and not the name of
@@ -85,6 +87,8 @@
85
87
"tzdata",
86
88
"xxhash",
89
"yarl",
90
+ "pep_xxx_wheel_variants",
91
+ "nvidia_variant_provider",
92
# ---- triton additional packages ----
93
"Arpeggio",
94
"caliper_reader",
0 commit comments