Skip to content

Commit 239d639

Browse files
committed
fix: syntax error in TF trcomp
1 parent 79efc4f commit 239d639

File tree

1 file changed

+1
-1
lines changed
  • src/sagemaker/tensorflow/training_compiler

1 file changed

+1
-1
lines changed

src/sagemaker/tensorflow/training_compiler/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class TrainingCompilerConfig(BaseConfig):
2525
"""The SageMaker Training Compiler configuration class."""
2626

2727
SUPPORTED_INSTANCE_CLASS_PREFIXES = ["p3", "g4dn", "p4", "g5"]
28-
MIN_SUPPORTED_VERSION = version.parse("2.9")
28+
MIN_SUPPORTED_VERSION = "2.9.1"
2929

3030
def __init__(
3131
self,

0 commit comments

Comments
 (0)