Skip to content

Commit 2c3b3fa

Browse files
fix: Typo in graviton algos (#3684)
1 parent f5c0bcf commit 2c3b3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/image_uris/test_graviton.py

+1-1
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)