Skip to content

Commit c90132d

Browse files
committed
fix: incorrect transformers version for hf-pt images
1 parent 61920c0 commit c90132d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sagemaker/image_uri_config/huggingface.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"4.46": "4.46.1",
1818
"4.48": "4.48.0",
1919
"4.49": "4.49.0",
20-
"4.53": "4.53.1"
20+
"4.53": "4.51.3"
2121
},
2222
"versions": {
2323
"4.4.2": {
@@ -1164,7 +1164,7 @@
11641164
}
11651165
}
11661166
},
1167-
"4.53.1": {
1167+
"4.51.3": {
11681168
"version_aliases": {
11691169
"pytorch2.6": "pytorch2.6.0"
11701170
},
@@ -1228,7 +1228,7 @@
12281228
"4.28": "4.28.1",
12291229
"4.37": "4.37.0",
12301230
"4.49": "4.49.0",
1231-
"4.53": "4.53.1"
1231+
"4.53": "4.51.3"
12321232
},
12331233
"versions": {
12341234
"4.6.1": {
@@ -2182,7 +2182,7 @@
21822182
}
21832183
}
21842184
},
2185-
"4.53.1": {
2185+
"4.51.3": {
21862186
"version_aliases": {
21872187
"pytorch2.6": "pytorch2.6.0"
21882188
},

0 commit comments

Comments
 (0)