Skip to content

Commit a33fc53

Browse files
ppwwyyxxfacebook-github-bot
authored andcommitted
release 0.2
Summary: Pull Request resolved: fairinternal/detectron2#433 Differential Revision: D22436814 Pulled By: ppwwyyxx fbshipit-source-id: 2dc3b42775264b2d31263c5e9fe07d4dc8a41adb
1 parent 81d5a87 commit a33fc53

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

detectron2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
# This line will be programatically read/write by setup.py.
99
# Leave them at the bottom of this file and don't touch them.
10-
__version__ = "0.1.3"
10+
__version__ = "0.2"

dev/packaging/build_wheel.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ echo "PYTORCH_VERSION: $PYTORCH_VERSION" # e.g. 1.4
1515

1616
setup_cuda
1717
setup_wheel_python
18-
yum install ninja-build -y && ln -sv /usr/bin/ninja-build /usr/bin/ninja
18+
19+
yum install ninja-build -y
20+
ln -sv /usr/bin/ninja-build /usr/bin/ninja || true
1921

2022
pip_install pip numpy -U
2123
pip_install "torch==$PYTORCH_VERSION" \

0 commit comments

Comments
 (0)