Skip to content

Commit

Permalink
update to pytorch v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Feb 11, 2019
1 parent f24630c commit 4347009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup_dev_env.sh
Expand Up @@ -23,7 +23,7 @@ $sdk_dir/.dev_env/bin/conda install -y \
jupyter \
matplotlib \
numpy \
pytorch \
pytorch==1.0.1 \
torchvision \
opencv \
-c pytorch
Expand Down
2 changes: 1 addition & 1 deletion setup_travis_env.sh
Expand Up @@ -19,7 +19,7 @@ fi

# Install CPU-PyTorch
$sdk_dir/.dev_env/bin/conda install -y \
pytorch-cpu==1.0.0 \
pytorch-cpu==1.0.1 \
-c pytorch

# Tests dependencies
Expand Down

1 comment on commit 4347009

@versatran01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the setup.py is not updated to pytorch 1.0.1 and it keeps reinstalling 1.0.0.

Please sign in to comment.