Skip to content

Commit

Permalink
fix roi align bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
momo609 committed Jul 4, 2023
1 parent 535d5fe commit 34ee3b7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/zh_cn/get_started/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,6 @@ MMCV_WITH_OPS=1 MAX_JOBS=8 FORCE_NPU=1 python setup.py build_ext
MMCV_WITH_OPS=1 FORCE_NPU=1 python setup.py develop
```
#### 选项 2: 使用 pip 安装 Ascend 编译版本的 mmcv
Ascend 编译版本的 mmcv 在 mmcv >= 1.7.0 时已经支持直接 pip 安装
```bash
pip install mmcv -f https://download.openmmlab.com/mmcv/dist/ascend/torch1.8.0/index.html
```
#### 验证
```python
Expand Down

0 comments on commit 34ee3b7

Please sign in to comment.