Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 238a666

Browse files
author
Bruce Zhang
committedSep 28, 2022
fix typo
1 parent cf5cfa0 commit 238a666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/integ/test_training_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_tensorflow(
243243
py_version="py39",
244244
git_config={
245245
"repo": "https://github.com/tensorflow/models.git",
246-
"branch": tensorflow_training_latest_version,
246+
"branch": "v"+tensorflow_training_latest_version,
247247
},
248248
source_dir=".",
249249
entry_point="official/vision/train.py",

0 commit comments

Comments
 (0)
Please sign in to comment.