mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Update quick_start.md
This commit is contained in:
parent
18b206eab7
commit
99a6d81160
@ -16,7 +16,7 @@ Supports real-time streaming speech recognition, uses non-streaming models for e
|
||||
#### Server Deployment
|
||||
|
||||
```shell
|
||||
cd funasr/runtime/python/websocket
|
||||
cd runtime/python/websocket
|
||||
python funasr_wss_server.py --port 10095
|
||||
```
|
||||
|
||||
@ -161,4 +161,4 @@ If you want to train from scratch, usually for academic models, you can start tr
|
||||
cd egs/aishell/paraformer
|
||||
. ./run.sh --CUDA_VISIBLE_DEVICES="0,1" --gpu_num=2
|
||||
```
|
||||
More examples could be found in [docs](https://alibaba-damo-academy.github.io/FunASR/en/modelscope_pipeline/quick_start.html)
|
||||
More examples could be found in [docs](https://alibaba-damo-academy.github.io/FunASR/en/modelscope_pipeline/quick_start.html)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user