Skip to content

Commit e95e0ce

Browse files
author
Tabassum
committed
fix: add pytorch 1.8.1 for huggingface
1 parent bca9414 commit e95e0ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sagemaker/image_uris.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def retrieve(
122122
container_version,
123123
)
124124

125-
126125
if _should_auto_select_container_version(instance_type, distribution):
127126
container_versions = {
128127
"tensorflow-2.3-gpu-py37": "cu110-ubuntu18.04-v3",
@@ -136,8 +135,7 @@ def retrieve(
136135
"pytorch-1.6-gpu-py36": "cu110-ubuntu18.04-v3",
137136
"pytorch-1.6.0-gpu-py36": "cu110-ubuntu18.04",
138137
"pytorch-1.6-gpu-py3": "cu110-ubuntu18.04-v3",
139-
"pytorch-1.6.0-gpu-py3": "cu110-ubuntu18.04",
140-
"pytorch-1.8.1-gpu-py3": "cu111-ubuntu18.04"
138+
"pytorch-1.6.0-gpu-py3": "cu110-ubuntu18.04"
141139
}
142140

143141

0 commit comments

Comments
 (0)