Make windows tf-nightly pip package the default with gpu support, similar to linux packages.

PiperOrigin-RevId: 315578369
Change-Id: If3bb7d5be339f12368c83e9f880b1c09592bfad5
This commit is contained in:
Yifei Feng 2020-06-09 15:58:18 -07:00 committed by TensorFlower Gardener
parent 0507043058
commit 492bb4d4a3

View File

@ -21,7 +21,7 @@ source tensorflow/tools/ci_build/release/common.sh
sudo pip install --upgrade twine
# Copy and rename to tf_nightly
for f in $(ls "${TF_FILE_DIR}"/tf_nightly_cpu*dev*cp3*-cp3*-win_amd64.whl); do
for f in $(ls "${TF_FILE_DIR}"/tf_nightly_gpu*dev*cp3*-cp3*-win_amd64.whl); do
copy_to_new_project_name "${f}" tf_nightly
done