Commit 6331fd0d authored by xiabo's avatar xiabo
Browse files

Update README.md

parent 23815554
...@@ -19,7 +19,7 @@ pip install mmcv* (下载的mmcv的whl包) ...@@ -19,7 +19,7 @@ pip install mmcv* (下载的mmcv的whl包)
2. 基于现有python环境:安装pytorch,pytorch whl包下载目录:[https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04](https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04),根据python、dtk版本,下载对应pytorch的whl包。安装命令如下: 2. 基于现有python环境:安装pytorch,pytorch whl包下载目录:[https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04](https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04),根据python、dtk版本,下载对应pytorch的whl包。安装命令如下:
```shell ```shell
pip install torch* (下载的torch的whl包) pip install torch* (下载的torch的whl包)
pip install setuptools=59.5.0 wheel pip install setuptools==59.5.0 wheel
``` ```
#### 源码编译安装 #### 源码编译安装
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment