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 2083bac commit c1955dbCopy full SHA for c1955db
src/sagemaker/tensorflow/training_compiler/config.py
@@ -103,7 +103,7 @@ def validate(cls, estimator):
103
cls.MIN_SUPPORTED_VERSION, estimator.framework_version
104
)
105
raise ValueError(error_helper_string)
106
- elif Version(estimator.framework_version) in SpecifierSet(
+ if Version(estimator.framework_version) in SpecifierSet(
107
f"> {cls.MAX_SUPPORTED_VERSION}"
108
):
109
error_helper_string = (
0 commit comments