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

Commit

Permalink
Fix tensorflow.examples.tutorial import (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Jun 28, 2020
1 parent 9a1fb17 commit 258b401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pipelines/pipelines-it-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python3 -m pip install torchvision==0.4.1 --user
python3 -m pip install torch==1.3.1 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.15 --user
python3 -m pip install tensorflow-gpu==1.15.2 --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 258b401

Please sign in to comment.