lyblsgo 2 лет назад
Родитель
Сommit
a9cd30ad78

+ 2 - 2
funasr/runtime/docs/SDK_advanced_guide_offline.md

@@ -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: 

+ 2 - 2
funasr/runtime/docs/SDK_advanced_guide_offline_zh.md

@@ -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安装)
 

+ 1 - 0
funasr/runtime/docs/docker_offline_cpu_zh_lists

@@ -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:

+ 3 - 3
funasr/runtime/readme.md

@@ -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)
 

+ 3 - 3
funasr/runtime/readme_cn.md

@@ -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版本)