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 a68e383 commit a7e19f4Copy full SHA for a7e19f4
tests/integ/test_training_compiler.py
@@ -227,7 +227,7 @@ def test_tensorflow(
227
if (
228
version.parse("2.9")
229
<= version.parse(tensorflow_training_latest_version)
230
- < version.parse("2.12")
+ < version.parse("2.13")
231
):
232
pytest.skip("Training Compiler only supports TF >= 2.9 and < 2.12")
233
with timeout(minutes=TRAINING_DEFAULT_TIMEOUT_MINUTES):
0 commit comments