update offline version

This commit is contained in:
lyblsgo 2023-09-01 17:35:53 +08:00
parent e42295e8ef
commit a9cd30ad78
5 changed files with 11 additions and 10 deletions

View File

@ -36,9 +36,9 @@ sudo systemctl start docker
Use the following command to pull and launch the Docker image for the FunASR runtime-SDK:
```shell
sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.0
sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.1
sudo docker run -p 10095:10095 -it --privileged=true -v /root:/workspace/models registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.0
sudo docker run -p 10095:10095 -it --privileged=true -v /root:/workspace/models registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.1
```
Introduction to command parameters:

View File

@ -10,9 +10,9 @@ FunASR提供可一键本地或者云端服务器部署的中文离线文件转
通过下述命令拉取并启动FunASR runtime-SDK的docker镜像
```shell
sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.0
sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.1
sudo docker run -p 10095:10095 -it --privileged=true -v /root:/workspace/models registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.0
sudo docker run -p 10095:10095 -it --privileged=true -v /root:/workspace/models registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.1
```
如果您没有安装docker可参考[Docker安装](#Docker安装)

View File

@ -1,4 +1,5 @@
DOCKER:
funasr-runtime-sdk-cpu-0.2.1
funasr-runtime-sdk-cpu-0.2.0
funasr-runtime-sdk-cpu-0.1.0
DEFAULT_ASR_MODEL:

View File

@ -30,9 +30,9 @@ The document introduces the technology principles behind the service, recognitio
### latest version & image ID
| image version | image ID | INFO |
|-----|-----|------|
| funasr-runtime-sdk-cpu-0.2.0 | b710f29f7b3a | |
| image version | image ID | INFO |
|------------------------------|-----|------|
| funasr-runtime-sdk-cpu-0.2.1 | 9aa217185bdc | |
## File Transcription Service, Mandarin (CPU)

View File

@ -31,9 +31,9 @@ FunASR实时语音听写服务软件包既可以实时地进行语音转文
### 最新版本及image ID
| image version | image ID | INFO |
|-----|-----|------|
| funasr-runtime-sdk-cpu-0.2.0 | b710f29f7b3a | |
| image version | image ID | INFO |
|------------------------------|-----|------|
| funasr-runtime-sdk-cpu-0.2.1 | 9aa217185bdc | |
## 中文离线文件转写服务CPU版本