Skip to content

Commit aad9f6d

Browse files
authored
feature: Add HF transformer version 4.5.0 (#2303)
1 parent cdb633b commit aad9f6d

File tree

1 file changed

+68
-1
lines changed

1 file changed

+68
-1
lines changed

src/sagemaker/image_uri_config/huggingface.json

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"training": {
33
"processors": ["gpu"],
44
"version_aliases": {
5-
"4.4": "4.4.2"
5+
"4.4": "4.4.2",
6+
"4.5": "4.5.0"
67
},
78
"versions": {
89
"4.4.2": {
@@ -70,6 +71,72 @@
7071
},
7172
"repository": "huggingface-tensorflow-training"
7273
}
74+
},
75+
"4.5.0": {
76+
"version_aliases": {
77+
"pytorch1.6": "pytorch1.6.0",
78+
"tensorflow2.4": "tensorflow2.4.1"
79+
},
80+
"pytorch1.6.0": {
81+
"py_versions": ["py36"],
82+
"registries": {
83+
"af-south-1": "626614931356",
84+
"ap-east-1": "871362719292",
85+
"ap-northeast-1": "763104351884",
86+
"ap-northeast-2": "763104351884",
87+
"ap-south-1": "763104351884",
88+
"ap-southeast-1": "763104351884",
89+
"ap-southeast-2": "763104351884",
90+
"ca-central-1": "763104351884",
91+
"cn-north-1": "727897471807",
92+
"cn-northwest-1": "727897471807",
93+
"eu-central-1": "763104351884",
94+
"eu-north-1": "763104351884",
95+
"eu-west-1": "763104351884",
96+
"eu-west-2": "763104351884",
97+
"eu-west-3": "763104351884",
98+
"eu-south-1": "692866216735",
99+
"me-south-1": "217643126080",
100+
"sa-east-1": "763104351884",
101+
"us-east-1": "763104351884",
102+
"us-east-2": "763104351884",
103+
"us-gov-west-1": "442386744353",
104+
"us-iso-east-1": "886529160074",
105+
"us-west-1": "763104351884",
106+
"us-west-2": "763104351884"
107+
},
108+
"repository": "huggingface-pytorch-training"
109+
},
110+
"tensorflow2.4.1": {
111+
"py_versions": ["py37"],
112+
"registries": {
113+
"af-south-1": "626614931356",
114+
"ap-east-1": "871362719292",
115+
"ap-northeast-1": "763104351884",
116+
"ap-northeast-2": "763104351884",
117+
"ap-south-1": "763104351884",
118+
"ap-southeast-1": "763104351884",
119+
"ap-southeast-2": "763104351884",
120+
"ca-central-1": "763104351884",
121+
"cn-north-1": "727897471807",
122+
"cn-northwest-1": "727897471807",
123+
"eu-central-1": "763104351884",
124+
"eu-north-1": "763104351884",
125+
"eu-south-1": "692866216735",
126+
"eu-west-1": "763104351884",
127+
"eu-west-2": "763104351884",
128+
"eu-west-3": "763104351884",
129+
"me-south-1": "217643126080",
130+
"sa-east-1": "763104351884",
131+
"us-east-1": "763104351884",
132+
"us-east-2": "763104351884",
133+
"us-gov-west-1": "442386744353",
134+
"us-iso-east-1": "886529160074",
135+
"us-west-1": "763104351884",
136+
"us-west-2": "763104351884"
137+
},
138+
"repository": "huggingface-tensorflow-training"
139+
}
73140
}
74141
}
75142
}

0 commit comments

Comments
 (0)