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 f939f89 commit 8e2a68eCopy full SHA for 8e2a68e
tests/integ/test_training_compiler.py
@@ -243,7 +243,7 @@ def test_tensorflow(
243
py_version="py39",
244
git_config={
245
"repo": "https://github.com/tensorflow/models.git",
246
- "branch": "v2.9.2",
+ "branch": "v" + ".".join(tensorflow_training_latest_version.split(".")[:2]) + ".0",
247
},
248
source_dir=".",
249
entry_point="official/vision/train.py",
0 commit comments