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
530ae200
Unverified
Commit
530ae200
authored
Aug 09, 2020
by
Kai Chen
Committed by
GitHub
Aug 09, 2020
Browse files
add pre-build packages for pytorch 1.6 (#475)
parent
9b36c1ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
17 deletions
+33
-17
README.md
README.md
+33
-17
No files found.
README.md
View file @
530ae200
...
...
@@ -54,23 +54,39 @@ Before installing mmcv-full, make sure that PyTorch has been successfully instal
We provide pre-built mmcv packages (recommended) 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==latest+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==latest+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==latest+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==latest+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==latest+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==latest+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==latest+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==latest+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==latest+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==latest+torch1.3.0+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
</tr>
</tbody></table>
<table
class=
"docutils"
>
<tbody>
<tr><th
width=
"80"
>
CUDA
</th><th
valign=
"bottom"
align=
"left"
width=
"100"
>
torch 1.6
</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==latest+torch1.6.0+cu102 -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==latest+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==latest+torch1.6.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==latest+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==latest+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==latest+torch1.3.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
</tr>
<tr>
<td
align=
"left"
>
9.2
</td>
<td
align=
"left"
><details><summary>
install
</summary><pre><code>
pip install mmcv-full==latest+torch1.6.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==latest+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==latest+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==latest+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==latest+torch1.6.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==latest+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==latest+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==latest+torch1.3.0+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
</code></pre>
</details>
</td>
</tr>
</tbody>
</table>
Another way is to compile locally by running
...
...
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