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 477cba0 commit 9cf6ee9Copy full SHA for 9cf6ee9
s3_management/manage.py
@@ -17,7 +17,7 @@
17
CLIENT = boto3.client('s3')
18
BUCKET = S3.Bucket('pytorch')
19
20
-ACCEPTED_FILE_EXTENSIONS = ("whl", "zip")
+ACCEPTED_FILE_EXTENSIONS = ("whl", "zip", "tar.gz")
21
ACCEPTED_SUBDIR_PATTERNS = [
22
r"cu[0-9]+", # for cuda
23
r"rocm[0-9]+\.[0-9]+", # for rocm
0 commit comments