Skip to content

Commit 242d6ed

Browse files
authored
feature: Hugging Face Transformers 4.17 for PT 1.10 (#3011)
1 parent 1c3b9a4 commit 242d6ed

File tree

1 file changed

+78
-2
lines changed

1 file changed

+78
-2
lines changed

src/sagemaker/image_uri_config/huggingface.json

+78-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"4.6": "4.6.1",
88
"4.10": "4.10.2",
99
"4.11": "4.11.0",
10-
"4.12": "4.12.3"
10+
"4.12": "4.12.3",
11+
"4.17": "4.17.0"
1112
},
1213
"versions": {
1314
"4.4.2": {
@@ -557,6 +558,43 @@
557558
"repository": "huggingface-tensorflow-training",
558559
"container_version": {"gpu": "cu112-ubuntu18.04"}
559560
}
561+
},
562+
"4.17.0": {
563+
"version_aliases": {
564+
"pytorch1.10": "pytorch1.10.2"
565+
},
566+
"pytorch1.10.2": {
567+
"py_versions": ["py38"],
568+
"registries": {
569+
"af-south-1": "626614931356",
570+
"ap-east-1": "871362719292",
571+
"ap-northeast-1": "763104351884",
572+
"ap-northeast-2": "763104351884",
573+
"ap-northeast-3": "364406365360",
574+
"ap-south-1": "763104351884",
575+
"ap-southeast-1": "763104351884",
576+
"ap-southeast-2": "763104351884",
577+
"ca-central-1": "763104351884",
578+
"cn-north-1": "727897471807",
579+
"cn-northwest-1": "727897471807",
580+
"eu-central-1": "763104351884",
581+
"eu-north-1": "763104351884",
582+
"eu-west-1": "763104351884",
583+
"eu-west-2": "763104351884",
584+
"eu-west-3": "763104351884",
585+
"eu-south-1": "692866216735",
586+
"me-south-1": "217643126080",
587+
"sa-east-1": "763104351884",
588+
"us-east-1": "763104351884",
589+
"us-east-2": "763104351884",
590+
"us-gov-west-1": "442386744353",
591+
"us-iso-east-1": "886529160074",
592+
"us-west-1": "763104351884",
593+
"us-west-2": "763104351884"
594+
},
595+
"repository": "huggingface-pytorch-training",
596+
"container_version": {"gpu": "cu113-ubuntu20.04"}
597+
}
560598
}
561599
}
562600
},
@@ -567,7 +605,8 @@
567605
"4.6": "4.6.1",
568606
"4.10": "4.10.2",
569607
"4.11": "4.11.0",
570-
"4.12": "4.12.3"
608+
"4.12": "4.12.3",
609+
"4.17": "4.17.0"
571610
},
572611
"versions": {
573612
"4.6.1": {
@@ -947,6 +986,43 @@
947986
"repository": "huggingface-tensorflow-inference",
948987
"container_version": {"gpu": "cu112-ubuntu18.04", "cpu": "ubuntu18.04" }
949988
}
989+
},
990+
"4.17.0": {
991+
"version_aliases": {
992+
"pytorch1.10": "pytorch1.10.2"
993+
},
994+
"pytorch1.10.2": {
995+
"py_versions": ["py38"],
996+
"registries": {
997+
"af-south-1": "626614931356",
998+
"ap-east-1": "871362719292",
999+
"ap-northeast-1": "763104351884",
1000+
"ap-northeast-2": "763104351884",
1001+
"ap-northeast-3": "364406365360",
1002+
"ap-south-1": "763104351884",
1003+
"ap-southeast-1": "763104351884",
1004+
"ap-southeast-2": "763104351884",
1005+
"ca-central-1": "763104351884",
1006+
"cn-north-1": "727897471807",
1007+
"cn-northwest-1": "727897471807",
1008+
"eu-central-1": "763104351884",
1009+
"eu-north-1": "763104351884",
1010+
"eu-west-1": "763104351884",
1011+
"eu-west-2": "763104351884",
1012+
"eu-west-3": "763104351884",
1013+
"eu-south-1": "692866216735",
1014+
"me-south-1": "217643126080",
1015+
"sa-east-1": "763104351884",
1016+
"us-east-1": "763104351884",
1017+
"us-east-2": "763104351884",
1018+
"us-gov-west-1": "442386744353",
1019+
"us-iso-east-1": "886529160074",
1020+
"us-west-1": "763104351884",
1021+
"us-west-2": "763104351884"
1022+
},
1023+
"repository": "huggingface-pytorch-inference",
1024+
"container_version": {"gpu": "cu113-ubuntu20.04", "cpu": "ubuntu20.04" }
1025+
}
9501026
}
9511027
}
9521028
}

0 commit comments

Comments
 (0)