Fix rename of gpu pips for single pip package on Windows GPU

This commit is contained in:
Mihai Maruseac 2020-09-17 19:28:59 -07:00
parent 0ea0e6d434
commit 114ff8c84f
3 changed files with 3 additions and 6 deletions
tensorflow/tools/ci_build/rel/windows

View File

@ -19,5 +19,4 @@ CALL tensorflow\tools\ci_build\release\common_win.bat
call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --release_build --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow"
for %%a in ("%~dp0\.") do set "PARENT_DIR=%%~nxa"
bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh
bash -l tensorflow\tools\ci_build\release\windows\gpu_py35_full\release_pip_rename.sh

View File

@ -19,5 +19,4 @@ CALL tensorflow\tools\ci_build\release\common_win.bat
call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --release_build --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow"
for %%a in ("%~dp0\.") do set "PARENT_DIR=%%~nxa"
bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh
bash -l tensorflow\tools\ci_build\release\windows\gpu_py36_full\release_pip_rename.sh

View File

@ -19,5 +19,4 @@ CALL tensorflow\tools\ci_build\release\common_win.bat
call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --release_build --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow"
for %%a in ("%~dp0\.") do set "PARENT_DIR=%%~nxa"
bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh
bash -l tensorflow\tools\ci_build\release\windows\gpu_py37_full\release_pip_rename.sh