Skip to content

Commit 0b4a46c

Browse files
author
Wang Napieralski
committed
add inference images
1 parent dfa2716 commit 0b4a46c

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

src/sagemaker/image_uri_config/huggingface.json

+75
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,80 @@
139139
}
140140
}
141141
}
142+
},
143+
144+
"inference": {
145+
"processors": ["gpu"],
146+
"version_aliases": {
147+
"4.6": "4.6.1"
148+
},
149+
"versions": {
150+
"4.6.1": {
151+
"version_aliases": {
152+
"pytorch1.6": "pytorch1.7.1",
153+
"tensorflow2.4": "tensorflow2.4.1"
154+
},
155+
"pytorch1.7.1": {
156+
"py_versions": ["py36"],
157+
"registries": {
158+
"af-south-1": "626614931356",
159+
"ap-east-1": "871362719292",
160+
"ap-northeast-1": "763104351884",
161+
"ap-northeast-2": "763104351884",
162+
"ap-south-1": "763104351884",
163+
"ap-southeast-1": "763104351884",
164+
"ap-southeast-2": "763104351884",
165+
"ca-central-1": "763104351884",
166+
"cn-north-1": "727897471807",
167+
"cn-northwest-1": "727897471807",
168+
"eu-central-1": "763104351884",
169+
"eu-north-1": "763104351884",
170+
"eu-west-1": "763104351884",
171+
"eu-west-2": "763104351884",
172+
"eu-west-3": "763104351884",
173+
"eu-south-1": "692866216735",
174+
"me-south-1": "217643126080",
175+
"sa-east-1": "763104351884",
176+
"us-east-1": "763104351884",
177+
"us-east-2": "763104351884",
178+
"us-gov-west-1": "442386744353",
179+
"us-iso-east-1": "886529160074",
180+
"us-west-1": "763104351884",
181+
"us-west-2": "763104351884"
182+
},
183+
"repository": "huggingface-pytorch-inference"
184+
},
185+
"tensorflow2.4.1": {
186+
"py_versions": ["py37"],
187+
"registries": {
188+
"af-south-1": "626614931356",
189+
"ap-east-1": "871362719292",
190+
"ap-northeast-1": "763104351884",
191+
"ap-northeast-2": "763104351884",
192+
"ap-south-1": "763104351884",
193+
"ap-southeast-1": "763104351884",
194+
"ap-southeast-2": "763104351884",
195+
"ca-central-1": "763104351884",
196+
"cn-north-1": "727897471807",
197+
"cn-northwest-1": "727897471807",
198+
"eu-central-1": "763104351884",
199+
"eu-north-1": "763104351884",
200+
"eu-south-1": "692866216735",
201+
"eu-west-1": "763104351884",
202+
"eu-west-2": "763104351884",
203+
"eu-west-3": "763104351884",
204+
"me-south-1": "217643126080",
205+
"sa-east-1": "763104351884",
206+
"us-east-1": "763104351884",
207+
"us-east-2": "763104351884",
208+
"us-gov-west-1": "442386744353",
209+
"us-iso-east-1": "886529160074",
210+
"us-west-1": "763104351884",
211+
"us-west-2": "763104351884"
212+
},
213+
"repository": "huggingface-tensorflow-inference"
214+
}
215+
}
216+
}
142217
}
143218
}

0 commit comments

Comments
 (0)