Commit a0d888e3 authored by fengzch-das's avatar fengzch-das
Browse files

Update README.md

parent 09494783
...@@ -17,13 +17,13 @@ Dlib 是一个现代化的 C++ 工具包,包含机器学习算法和用于创 ...@@ -17,13 +17,13 @@ Dlib 是一个现代化的 C++ 工具包,包含机器学习算法和用于创
### 2.1 使用pip方式安装 ### 2.1 使用pip方式安装
causal-conv1d whl 包下载目录:[光和开发者社区](https://download.sourcefind.cn:65024/4/main),选择对应的 pytorch 版本和 python 版本下载对应 dlib 的 whl 包: dlib whl 包下载目录:[光和开发者社区](https://download.sourcefind.cn:65024/4/main),选择对应的 pytorch 版本和 python 版本下载对应 dlib 的 whl 包:
```shell ```shell
pip install torch* # 下载torch的whl包 pip install torch* # 下载torch的whl包
pip install fastpt* --no-deps # 下载fastpt的whl包 pip install fastpt* --no-deps # 下载fastpt的whl包
source /usr/local/bin/fastpt -E source /usr/local/bin/fastpt -E
pip install dlib* pip install dlib* # 下载的 dlib-fastpt 的 whl 包
``` ```
### 2.2 使用源码编译方式安装 ### 2.2 使用源码编译方式安装
......
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