update docs

This commit is contained in:
lyblsgo 2023-11-07 20:57:23 +08:00
parent db028d2cac
commit 9421c801c4
2 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ Currently, the FunASR runtime-SDK supports the deployment of file transcription
To meet the needs of different users, we have prepared different tutorials with text and images for both novice and advanced developers.
### Whats-new
- 2023/11/08: Adaptation to runtime structure changes (FunASR/funasr/runtime -> FunASR/runtime), docker image version funasr-runtime-sdk-en-cpu-0.1.1 ().
- 2023/11/08: Adaptation to runtime structure changes (FunASR/funasr/runtime -> FunASR/runtime), docker image version funasr-runtime-sdk-en-cpu-0.1.1 (27017f70f72a).
- 2023/10/16: English File Transcription Service 1.0 released, docker image version funasr-runtime-sdk-en-cpu-0.1.0 (e0de03eb0163), refer to the detailed documentation[here](https://mp.weixin.qq.com/s/DZZUTj-6xwFfi-96ml--4A)
### Technical Principles
@ -39,7 +39,7 @@ The FunASR real-time speech-to-text service software package not only performs r
In order to meet the needs of different users for different scenarios, different tutorials are prepared:
### Whats-new
- 2023/11/08: Real-time Transcription Service 1.4 released, supporting server-side loading of hotwords (updated hotword communication protocol), adaptation to runtime structure changes (FunASR/funasr/runtime -> FunASR/runtime), docker image version funasr-runtime-sdk-online-cpu-0.1.4().
- 2023/11/08: Real-time Transcription Service 1.4 released, supporting server-side loading of hotwords (updated hotword communication protocol), adaptation to runtime structure changes (FunASR/funasr/runtime -> FunASR/runtime), docker image version funasr-runtime-sdk-online-cpu-0.1.4(691974017c38).
- 2023/09/19: Real-time Transcription Service 1.2 released, supporting hotwords, timestamps, and ITN model in 2pass mode, docker image version funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf).
- 2023/08/11: Real-time Transcription Service 1.1 released, addressing some known bugs (including server crashes), docker image version funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee).
- 2023/08/07: Real-time Transcription Service 1.0 released, docker image version funasr-runtime-sdk-online-cpu-0.1.0(bdbdd0b27dee), refer to the detailed documentation[here](https://mp.weixin.qq.com/s/8He081-FM-9IEI4D-lxZ9w)
@ -65,7 +65,7 @@ Currently, the FunASR runtime-SDK supports the deployment of file transcription
To meet the needs of different users, we have prepared different tutorials with text and images for both novice and advanced developers.
### Whats-new
2023/11/08: File Transcription Service 3.0 released, supporting punctuation large model, Ngram model, fst hotwords (updated hotword communication protocol), server-side loading of hotwords, adaptation to runtime structure changes (FunASR/funasr/runtime -> FunASR/runtime), docker image version funasr-runtime-sdk-cpu-0.3.0 (), refer to the detailed documentation [here]()
2023/11/08: File Transcription Service 3.0 released, supporting punctuation large model, Ngram model, fst hotwords (updated hotword communication protocol), server-side loading of hotwords, adaptation to runtime structure changes (FunASR/funasr/runtime -> FunASR/runtime), docker image version funasr-runtime-sdk-cpu-0.3.0 (caa64bddbb43), refer to the detailed documentation [here]()
2023/09/19: File Transcription Service 2.2 released, supporting ITN model, docker image version funasr-runtime-sdk-cpu-0.2.2 (2c5286be13e9).
2023/08/22: File Transcription Service 2.0 released, integrated ffmpeg to support various audio and video inputs, supporting hotword model and timestamp model, docker image version funasr-runtime-sdk-cpu-0.2.0 (1ad3d19e0707), refer to the detailed documentation [here](https://mp.weixin.qq.com/s/oJHe0MKDqTeuIFH-F7GHMg)
2023/07/03: File Transcription Service 1.0 released, docker image version funasr-runtime-sdk-cpu-0.1.0 (1ad3d19e0707), refer to the detailed documentation [here](https://mp.weixin.qq.com/s/DHQwbgdBWcda0w_L60iUww)

View File

@ -17,7 +17,7 @@ SDK 支持以下几种服务部署:
为了支持不同用户的需求,针对不同场景,准备了不同的图文教程:
### 最新动态
- 2023/11/08: 英文离线文件转写服务 1.1 发布runtime结构变化适配FunASR/funasr/runtime->FunASR/runtimedokcer镜像版本funasr-runtime-sdk-en-cpu-0.1.1 ()
- 2023/11/08: 英文离线文件转写服务 1.1 发布runtime结构变化适配FunASR/funasr/runtime->FunASR/runtimedokcer镜像版本funasr-runtime-sdk-en-cpu-0.1.1 (27017f70f72a)
- 2023/10/16: 英文离线文件转写服务 1.0 发布dokcer镜像版本funasr-runtime-sdk-en-cpu-0.1.0 (e0de03eb0163),详细文档参考([点击此处](https://mp.weixin.qq.com/s/DZZUTj-6xwFfi-96ml--4A)
### 便捷部署教程
@ -38,7 +38,7 @@ FunASR实时语音听写服务软件包既可以实时地进行语音转文
为了支持不同用户的需求,针对不同场景,准备了不同的图文教程:
### 最新动态
- 2023/11/08: 中文实时语音听写服务 1.4 发布,支持服务端加载热词(更新热词通信协议)、runtime结构变化适配FunASR/funasr/runtime->FunASR/runtimedokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.4 ()
- 2023/11/08: 中文实时语音听写服务 1.4 发布,支持服务端加载热词(更新热词通信协议)、runtime结构变化适配FunASR/funasr/runtime->FunASR/runtimedokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.4 (691974017c38)
- 2023/09/19: 中文实时语音听写服务 1.2 发布2pass模式支持热词、时间戳、ITN模型dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf)
- 2023/08/11: 中文实时语音听写服务 1.1 发布修复了部分已知的bug(包括server崩溃等)dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee)
- 2023/08/07: 中文实时语音听写服务 1.0 发布dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.0 (bdbdd0b27dee),详细文档参考([点击此处](https://mp.weixin.qq.com/s/8He081-FM-9IEI4D-lxZ9w)
@ -63,7 +63,7 @@ FunASR实时语音听写服务软件包既可以实时地进行语音转文
为了支持不同用户的需求,针对不同场景,准备了不同的图文教程:
### 最新动态
- 2023/11/08: 中文离线文件转写服务 3.0 发布支持标点大模型、支持Ngram模型、支持fst热词(更新热词通信协议)、支持服务端加载热词、runtime结构变化适配FunASR/funasr/runtime->FunASR/runtimedokcer镜像版本funasr-runtime-sdk-cpu-0.3.0 (),详细文档参考([点击此处]()
- 2023/11/08: 中文离线文件转写服务 3.0 发布支持标点大模型、支持Ngram模型、支持fst热词(更新热词通信协议)、支持服务端加载热词、runtime结构变化适配FunASR/funasr/runtime->FunASR/runtimedokcer镜像版本funasr-runtime-sdk-cpu-0.3.0 (caa64bddbb43),详细文档参考([点击此处]()
- 2023/09/19: 中文离线文件转写服务 2.2 发布支持ITN模型dokcer镜像版本funasr-runtime-sdk-cpu-0.2.2 (2c5286be13e9)
- 2023/08/22: 中文离线文件转写服务 2.0 发布集成ffmpeg支持多种音视频输入、支持热词模型、支持时间戳模型dokcer镜像版本funasr-runtime-sdk-cpu-0.2.0 (1ad3d19e0707),详细文档参考([点击此处](https://mp.weixin.qq.com/s/oJHe0MKDqTeuIFH-F7GHMg)
- 2023/07/03: 中文离线文件转写服务 1.0 发布dokcer镜像版本funasr-runtime-sdk-cpu-0.1.0 (1ad3d19e0707),详细文档参考([点击此处](https://mp.weixin.qq.com/s/DHQwbgdBWcda0w_L60iUww)