Skip to content

Commit de4ce49

Browse files
committed
feature: Hugging Face Transformers 4.17 for PT 1.10
1 parent 77792ed commit de4ce49

File tree

1 file changed

+76
-1
lines changed

1 file changed

+76
-1
lines changed

src/sagemaker/image_uri_config/huggingface.json

+76-1
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
},
@@ -947,6 +985,43 @@
947985
"repository": "huggingface-tensorflow-inference",
948986
"container_version": {"gpu": "cu112-ubuntu18.04", "cpu": "ubuntu18.04" }
949987
}
988+
},
989+
"4.17.0": {
990+
"version_aliases": {
991+
"pytorch1.10": "pytorch1.10.2"
992+
},
993+
"pytorch1.10.2": {
994+
"py_versions": ["py38"],
995+
"registries": {
996+
"af-south-1": "626614931356",
997+
"ap-east-1": "871362719292",
998+
"ap-northeast-1": "763104351884",
999+
"ap-northeast-2": "763104351884",
1000+
"ap-northeast-3": "364406365360",
1001+
"ap-south-1": "763104351884",
1002+
"ap-southeast-1": "763104351884",
1003+
"ap-southeast-2": "763104351884",
1004+
"ca-central-1": "763104351884",
1005+
"cn-north-1": "727897471807",
1006+
"cn-northwest-1": "727897471807",
1007+
"eu-central-1": "763104351884",
1008+
"eu-north-1": "763104351884",
1009+
"eu-west-1": "763104351884",
1010+
"eu-west-2": "763104351884",
1011+
"eu-west-3": "763104351884",
1012+
"eu-south-1": "692866216735",
1013+
"me-south-1": "217643126080",
1014+
"sa-east-1": "763104351884",
1015+
"us-east-1": "763104351884",
1016+
"us-east-2": "763104351884",
1017+
"us-gov-west-1": "442386744353",
1018+
"us-iso-east-1": "886529160074",
1019+
"us-west-1": "763104351884",
1020+
"us-west-2": "763104351884"
1021+
},
1022+
"repository": "huggingface-pytorch-inference",
1023+
"container_version": {"gpu": "cu113-ubuntu20.04", "cpu": "ubuntu20.04" }
1024+
}
9501025
}
9511026
}
9521027
}

0 commit comments

Comments
 (0)