Skip to content

Commit

Permalink
release 0.2
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: fairinternal/detectron2#433

Differential Revision: D22436814

Pulled By: ppwwyyxx

fbshipit-source-id: 2dc3b42775264b2d31263c5e9fe07d4dc8a41adb
  • Loading branch information
ppwwyyxx authored and facebook-github-bot committed Jul 8, 2020
1 parent 81d5a87 commit a33fc53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion detectron2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

# This line will be programatically read/write by setup.py.
# Leave them at the bottom of this file and don't touch them.
__version__ = "0.1.3"
__version__ = "0.2"
4 changes: 3 additions & 1 deletion dev/packaging/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ echo "PYTORCH_VERSION: $PYTORCH_VERSION" # e.g. 1.4

setup_cuda
setup_wheel_python
yum install ninja-build -y && ln -sv /usr/bin/ninja-build /usr/bin/ninja

yum install ninja-build -y
ln -sv /usr/bin/ninja-build /usr/bin/ninja || true

pip_install pip numpy -U
pip_install "torch==$PYTORCH_VERSION" \
Expand Down

0 comments on commit a33fc53

Please sign in to comment.