Commit 59070631 authored by limm's avatar limm
Browse files

update the subrepository

parent b9ee8efb
...@@ -54,7 +54,8 @@ source /usr/local/bin/fastpt -C ...@@ -54,7 +54,8 @@ source /usr/local/bin/fastpt -C
``` ```
2. 编译whl包并安装 2. 编译whl包并安装
```shell ```shell
cd pytorch_sparce || torch-sparce cd torch-sparce
git submodule update --init --recursive # 更新子仓
python setup.py bdist_wheel python setup.py bdist_wheel
pip install dist/*.whl pip install dist/*.whl
``` ```
......
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