mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update offline version
This commit is contained in:
parent
e42295e8ef
commit
a9cd30ad78
@ -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:
|
||||
|
||||
@ -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,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:
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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版本)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user