Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
upgrade tensorflow-gpu version for local IT (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored and QuanluZhang committed Jan 14, 2020
1 parent 30152b0 commit d0cf8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pipelines-it-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python3 -m pip install torch==1.2.0 --user
python3 -m pip install torchvision==0.4.0 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.12.0 --user
python3 -m pip install tensorflow-gpu==1.15 --user
sudo apt-get install swig -y
PATH=$HOME/.local/bin:$PATH nnictl package install --name=SMAC
PATH=$HOME/.local/bin:$PATH nnictl package install --name=BOHB
Expand Down

0 comments on commit d0cf8e5

Please sign in to comment.