This commit is contained in:
游雁 2023-04-14 23:18:59 +08:00
parent 09535ddf6c
commit 44366d4ede
2 changed files with 2 additions and 4 deletions

View File

@ -30,8 +30,7 @@
```shell
git clone https://github.com/alibaba/FunASR.git && cd FunASR
cd funasr/runtime/python/libtorch
python setup.py build
python setup.py install
pip install -e ./
```
3. Run the demo.

View File

@ -29,8 +29,7 @@ or install from source code
```shell
git clone https://github.com/alibaba/FunASR.git && cd FunASR
cd funasr/runtime/python/onnxruntime
python setup.py build
python setup.py install
pip install -e ./
```
3. Run the demo.