Skip to content

Commit b0a7f19

Browse files
committed
feature: support PyTorch 1.7 training and inference
1 parent 630b51c commit b0a7f19

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

src/sagemaker/image_uri_config/pytorch.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,39 @@
318318
"us-west-2": "763104351884"
319319
},
320320
"repository": "pytorch-inference"
321+
},
322+
"1.7.1": {
323+
"py_versions": [
324+
"py3",
325+
"py36"
326+
],
327+
"registries": {
328+
"af-south-1": "626614931356",
329+
"ap-east-1": "871362719292",
330+
"ap-northeast-1": "763104351884",
331+
"ap-northeast-2": "763104351884",
332+
"ap-south-1": "763104351884",
333+
"ap-southeast-1": "763104351884",
334+
"ap-southeast-2": "763104351884",
335+
"ca-central-1": "763104351884",
336+
"cn-north-1": "727897471807",
337+
"cn-northwest-1": "727897471807",
338+
"eu-central-1": "763104351884",
339+
"eu-north-1": "763104351884",
340+
"eu-west-1": "763104351884",
341+
"eu-west-2": "763104351884",
342+
"eu-west-3": "763104351884",
343+
"eu-south-1": "692866216735",
344+
"me-south-1": "217643126080",
345+
"sa-east-1": "763104351884",
346+
"us-east-1": "763104351884",
347+
"us-east-2": "763104351884",
348+
"us-gov-west-1": "442386744353",
349+
"us-iso-east-1": "886529160074",
350+
"us-west-1": "763104351884",
351+
"us-west-2": "763104351884"
352+
},
353+
"repository": "pytorch-inference"
321354
}
322355
}
323356
},
@@ -599,6 +632,39 @@
599632
"us-west-2": "763104351884"
600633
},
601634
"repository": "pytorch-training"
635+
},
636+
"1.7.1": {
637+
"py_versions": [
638+
"py3",
639+
"py36"
640+
],
641+
"registries": {
642+
"af-south-1": "626614931356",
643+
"ap-east-1": "871362719292",
644+
"ap-northeast-1": "763104351884",
645+
"ap-northeast-2": "763104351884",
646+
"ap-south-1": "763104351884",
647+
"ap-southeast-1": "763104351884",
648+
"ap-southeast-2": "763104351884",
649+
"ca-central-1": "763104351884",
650+
"cn-north-1": "727897471807",
651+
"cn-northwest-1": "727897471807",
652+
"eu-central-1": "763104351884",
653+
"eu-north-1": "763104351884",
654+
"eu-west-1": "763104351884",
655+
"eu-west-2": "763104351884",
656+
"eu-west-3": "763104351884",
657+
"eu-south-1": "692866216735",
658+
"me-south-1": "217643126080",
659+
"sa-east-1": "763104351884",
660+
"us-east-1": "763104351884",
661+
"us-east-2": "763104351884",
662+
"us-gov-west-1": "442386744353",
663+
"us-iso-east-1": "886529160074",
664+
"us-west-1": "763104351884",
665+
"us-west-2": "763104351884"
666+
},
667+
"repository": "pytorch-training"
602668
}
603669
}
604670
}

0 commit comments

Comments
 (0)