mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update docs for funasr-runtime-sdk-online-cpu-0.1.3
This commit is contained in:
parent
f1cb410262
commit
3703363363
@ -8,9 +8,9 @@ FunASR provides a real-time speech transcription service that can be easily depl
|
|||||||
Use the following command to pull and start the FunASR software package docker image:
|
Use the following command to pull and start the FunASR software package docker image:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.2
|
sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.3
|
||||||
mkdir -p ./funasr-runtime-resources/models
|
mkdir -p ./funasr-runtime-resources/models
|
||||||
sudo docker run -p 10095:10095 -it --privileged=true -v $PWD/funasr-runtime-resources/models:/workspace/models registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.2
|
sudo docker run -p 10095:10095 -it --privileged=true -v $PWD/funasr-runtime-resources/models:/workspace/models registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.3
|
||||||
```
|
```
|
||||||
If you do not have Docker installed, please refer to [Docker Installation](https://alibaba-damo-academy.github.io/FunASR/en/installation/docker.html)
|
If you do not have Docker installed, please refer to [Docker Installation](https://alibaba-damo-academy.github.io/FunASR/en/installation/docker.html)
|
||||||
|
|
||||||
|
|||||||
@ -12,11 +12,11 @@ FunASR提供可便捷本地或者云端服务器部署的实时语音听写服
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo docker pull \
|
sudo docker pull \
|
||||||
registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.2
|
registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.3
|
||||||
mkdir -p ./funasr-runtime-resources/models
|
mkdir -p ./funasr-runtime-resources/models
|
||||||
sudo docker run -p 10095:10095 -it --privileged=true \
|
sudo docker run -p 10095:10095 -it --privileged=true \
|
||||||
-v $PWD/funasr-runtime-resources/models:/workspace/models \
|
-v $PWD/funasr-runtime-resources/models:/workspace/models \
|
||||||
registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.2
|
registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.3
|
||||||
```
|
```
|
||||||
如果您没有安装docker,可参考[Docker安装](https://alibaba-damo-academy.github.io/FunASR/en/installation/docker_zh.html)
|
如果您没有安装docker,可参考[Docker安装](https://alibaba-damo-academy.github.io/FunASR/en/installation/docker_zh.html)
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
DOCKER:
|
DOCKER:
|
||||||
|
funasr-runtime-sdk-online-cpu-0.1.3
|
||||||
funasr-runtime-sdk-online-cpu-0.1.2
|
funasr-runtime-sdk-online-cpu-0.1.2
|
||||||
funasr-runtime-sdk-online-cpu-0.1.1
|
funasr-runtime-sdk-online-cpu-0.1.1
|
||||||
funasr-runtime-sdk-online-cpu-0.1.0
|
|
||||||
DEFAULT_ASR_MODEL:
|
DEFAULT_ASR_MODEL:
|
||||||
damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx
|
damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx
|
||||||
damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx
|
damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx
|
||||||
|
|||||||
@ -56,7 +56,7 @@ The document introduces the technology principles behind the service, recognitio
|
|||||||
|
|
||||||
| image version | image ID | INFO |
|
| image version | image ID | INFO |
|
||||||
|-------------------------------------|-----|------|
|
|-------------------------------------|-----|------|
|
||||||
| funasr-runtime-sdk-online-cpu-0.1.2 | 7222c5319bcf | |
|
| funasr-runtime-sdk-online-cpu-0.1.3 | 0adef7779589 | |
|
||||||
|
|
||||||
## File Transcription Service, Mandarin (CPU)
|
## File Transcription Service, Mandarin (CPU)
|
||||||
|
|
||||||
|
|||||||
@ -57,7 +57,7 @@ FunASR实时语音听写服务软件包,既可以实时地进行语音转文
|
|||||||
|
|
||||||
| image version | image ID | INFO |
|
| image version | image ID | INFO |
|
||||||
|-------------------------------------|-----|------|
|
|-------------------------------------|-----|------|
|
||||||
| funasr-runtime-sdk-online-cpu-0.1.2 | 7222c5319bcf | |
|
| funasr-runtime-sdk-online-cpu-0.1.3 | 0adef7779589 | |
|
||||||
|
|
||||||
|
|
||||||
## 中文离线文件转写服务(CPU版本)
|
## 中文离线文件转写服务(CPU版本)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user