Skip to content

Commit 879bc1c

Browse files
authored
Merge pull request #3104 from ROCm/bbandlam-patch-1
Update clone_test_repo.sh
2 parents 692fa57 + ff4efc9 commit 879bc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/tf_sig_build_dockerfiles/clone_test_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clone_benchmark() {
88
local benchmarks_repo='https://github.com/tensorflow/benchmarks'
99
local tf_ver
1010
tf_ver=$(grep -oP "_VERSION = '\K[0-9]+\.[0-9]+" \
11-
"${_DL_FLD}/tensorflow/tensorflow/tools/pip_package/setup.py")
11+
"${_DL_FLD}/tensorflow/tensorflow/tools/pip_package/setup.py.tpl")
1212
if [ -z "${tf_ver}" ]; then
1313
echo "TF version cannot be found..."
1414
exit 1

0 commit comments

Comments
 (0)