mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
merge
This commit is contained in:
commit
dbbe718fc9
@ -227,7 +227,7 @@ model = AutoModel(model="paraformer", device="cpu")
|
|||||||
res = model.export(quantize=False)
|
res = model.export(quantize=False)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Text ONNX
|
### Test ONNX
|
||||||
```python
|
```python
|
||||||
# pip3 install -U funasr-onnx
|
# pip3 install -U funasr-onnx
|
||||||
from funasr_onnx import Paraformer
|
from funasr_onnx import Paraformer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user