Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
da7a4279
Unverified
Commit
da7a4279
authored
Jul 09, 2020
by
Jerry Jiarui XU
Committed by
GitHub
Jul 09, 2020
Browse files
Bump to rc2 (#401)
* Bump to rc2 * change rc2 -> 1.0.0
parent
192b3b3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
13 deletions
+14
-13
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-pypi.yml
+3
-2
README.md
README.md
+10
-10
mmcv/version.py
mmcv/version.py
+1
-1
No files found.
.github/workflows/publish-to-pypi.yml
View file @
da7a4279
...
...
@@ -29,9 +29,10 @@ jobs:
with
:
python-version
:
3.7
-
name
:
Build MMCV with ops
run
:
python setup.py sdist
-
name
:
Publish distribution to PyPI
run
:
|
sed -i "s/os.getenv('MMCV_WITH_OPS', '0')/os.getenv('MMCV_WITH_OPS', '1')/g" setup.py
python setup.py sdist
-
name
:
Publish distribution to PyPI
run
:
|
pip install twine
twine upload dist/* -u __token__ -p ${{ secrets.pypi_password }}
README.md
View file @
da7a4279
...
...
@@ -43,20 +43,20 @@ b. Install the full version.
We provide the pre-built mmcv package with different PyTorch and CUDA versions to simplify the building.
<table
class=
"docutils"
><tbody><tr><th
width=
"80"
>
CUDA
</th><th
valign=
"bottom"
align=
"left"
width=
"100"
>
torch 1.5
</th><th
valign=
"bottom"
align=
"left"
width=
"100"
>
torch 1.4
</th><th
valign=
"bottom"
align=
"left"
width=
"100"
>
torch 1.3
</th></tr>
<tr><td
align=
"left"
>
10.2
</td><td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.5.0+cu102 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
<tr><td
align=
"left"
>
10.2
</td><td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.5.0+cu102 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
>
</td>
<td
align=
"left"
>
</td>
</tr>
<tr><td
align=
"left"
>
10.1
</td><td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.5.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.4.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.3.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
<tr><td
align=
"left"
>
10.1
</td><td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.5.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.4.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.3.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td></tr>
<tr><td
align=
"left"
>
10.0
</td><td
align=
"left"
>
</td><td
align=
"left"
>
</td>
<td
align=
"left"
>
</td>
</tr>
<tr><td
align=
"left"
>
9.2
</td><td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.5.0+cu92 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.4.0+cu92 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.3.0+cu92 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
<tr><td
align=
"left"
>
9.2
</td><td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.5.0+cu92 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.4.0+cu92 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.3.0+cu92 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td></tr>
<tr><td
align=
"left"
>
cpu
</td><td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.5.0+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.4.0+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
rc1
+torch1.3.0+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
<tr><td
align=
"left"
>
cpu
</td><td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.5.0+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.4.0+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==1.0
.0
+torch1.3.0+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
</tr>
</tbody></table>
...
...
mmcv/version.py
View file @
da7a4279
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'1.0rc
1
'
__version__
=
'1.0rc
2
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment