Skip to content

Commit c869112

Browse files
claytonparnellNamrata Madan
authored andcommitted
fix: Typo in graviton algos (aws#3684)
1 parent 4577d8b commit c869112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/image_uris/test_graviton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"r6g",
2828
"r6gd",
2929
]
30-
GRAVITON_ALGOS = ("tensorflow", "pytotch")
30+
GRAVITON_ALGOS = ("tensorflow", "pytorch")
3131
GRAVITON_INSTANCE_TYPES = [
3232
"ml.m6g.4xlarge",
3333
"ml.m6gd.2xlarge",

0 commit comments

Comments
 (0)