"src/libtorio/ffmpeg/pybind/pybind.cpp" did not exist on "4d2fa1908e531c6c815c026533b0e51a10ef9aef"
Commit d85c106a authored by limm's avatar limm
Browse files

optimized the compilation steps

parent 6b634203
...@@ -22,12 +22,11 @@ pip install wheel ...@@ -22,12 +22,11 @@ pip install wheel
- 在首页 | 光合开发者社区下载 dtk25.04 解压至 /opt/ 路径下,并建立软链接 - 在首页 | 光合开发者社区下载 dtk25.04 解压至 /opt/ 路径下,并建立软链接
```shell ```shell
cd /opt && ln -s dtk-25.04 dtk cd /opt && ln -s dtk-25.04 dtk
source /opt/dtk/cuda/env.sh
- 安装pytorch,pytorch whl包下载目录:[http://10.16.4.1:8000/debug/pytorch/dtk25.04/](http://10.16.4.1:8000/debug/pytorch/dtk25.04/),根据python、dtk版本,下载对应pytorch的whl包。安装命令如下: - 安装pytorch,pytorch whl包下载目录:[http://10.16.4.1:8000/debug/pytorch/dtk25.04/](http://10.16.4.1:8000/debug/pytorch/dtk25.04/),根据python、dtk版本,下载对应pytorch的whl包。安装命令如下:
pip install torch* (下载的torch的whl包) pip install torch* (下载的torch的whl包)
- 安装fastpt,fastpt whl包下载目录:[https://das.sourcefind.cn:55011/portal/#/installation?id=8e0d0030-6c14-11ef-bf92-005056904552&type=frame](https://das.sourcefind.cn:55011/portal/#/installation?id=8e0d0030-6c14-11ef-bf92-005056904552&type=frame) - 安装fastpt,fastpt whl包下载目录:[https://das.sourcefind.cn:55011/portal/#/home](https://das.sourcefind.cn:55011/portal/#/home).
pip install fastpt* pip install fastpt*
``` ```
......
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