We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca9414 commit e95e0ceCopy full SHA for e95e0ce
src/sagemaker/image_uris.py
@@ -122,7 +122,6 @@ def retrieve(
122
container_version,
123
)
124
125
-
126
if _should_auto_select_container_version(instance_type, distribution):
127
container_versions = {
128
"tensorflow-2.3-gpu-py37": "cu110-ubuntu18.04-v3",
@@ -136,8 +135,7 @@ def retrieve(
136
135
"pytorch-1.6-gpu-py36": "cu110-ubuntu18.04-v3",
137
"pytorch-1.6.0-gpu-py36": "cu110-ubuntu18.04",
138
"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"
+ "pytorch-1.6.0-gpu-py3": "cu110-ubuntu18.04"
141
}
142
143
0 commit comments