We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d5a87 commit a33fc53Copy full SHA for a33fc53
detectron2/__init__.py
@@ -7,4 +7,4 @@
7
8
# This line will be programatically read/write by setup.py.
9
# Leave them at the bottom of this file and don't touch them.
10
-__version__ = "0.1.3"
+__version__ = "0.2"
dev/packaging/build_wheel.sh
@@ -15,7 +15,9 @@ echo "PYTORCH_VERSION: $PYTORCH_VERSION" # e.g. 1.4
15
16
setup_cuda
17
setup_wheel_python
18
-yum install ninja-build -y && ln -sv /usr/bin/ninja-build /usr/bin/ninja
+
19
+yum install ninja-build -y
20
+ln -sv /usr/bin/ninja-build /usr/bin/ninja || true
21
22
pip_install pip numpy -U
23
pip_install "torch==$PYTORCH_VERSION" \
0 commit comments