update readme

This commit is contained in:
雾聪 2024-06-28 14:28:43 +08:00
parent f170a8e07f
commit e78d649ddb
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ This document serves as a development guide for the FunASR offline file transcri
| TIME | INFO | IMAGE VERSION | IMAGE ID |
|------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------|--------------|
| 2024.06.27 | Offline File Transcription Software Package(GPU) 1.0 released | funasr-runtime-sdk-gpu-0.1.0 | aa10f938da3b |
| 2024.06.27 | Offline File Transcription Software Package(GPU) 1.0 released | funasr-runtime-sdk-gpu-0.1.0 | b86066f4d018 |
## Quick start

View File

@ -10,7 +10,7 @@ FunASR离线文件转写GPU软件包提供了一款功能强大的语音离
| 时间 | 详情 | 镜像版本 | 镜像ID |
|------------|---------------------------------------------------|------------------------------|--------------|
| 2024.06.27 | 离线文件转写服务GPU版本1.0 发布 | funasr-runtime-sdk-gpu-0.1.0 | aa10f938da3b |
| 2024.06.27 | 离线文件转写服务GPU版本1.0 发布 | funasr-runtime-sdk-gpu-0.1.0 | b86066f4d018 |
## 服务器配置

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
- 2024/06/27: File Transcription Service 1.0 GPU released, supporting dynamic batch processing and multi-threading concurrency. In the long audio test set, the single-thread RTF is 0.0076, and multi-threads' speedup is 1200+ (compared to 330+ on CPU), ref to([docs](./docs/benchmark_libtorch_cpp.md)) , docker image version funasr-runtime-sdk-gpu-0.1.0 (aa10f938da3b)
- 2024/06/27: File Transcription Service 1.0 GPU released, supporting dynamic batch processing and multi-threading concurrency. In the long audio test set, the single-thread RTF is 0.0076, and multi-threads' speedup is 1200+ (compared to 330+ on CPU), ref to([docs](./docs/benchmark_libtorch_cpp.md)) , docker image version funasr-runtime-sdk-gpu-0.1.0 (b86066f4d018)
### Advanced Development Guide

View File

@ -19,7 +19,7 @@ FunASR是由阿里巴巴通义实验室语音团队开源的一款语音识别
为了支持不同用户的需求,针对不同场景,准备了不同的图文教程:
### 最新动态
- 2024/06/27: 中文离线文件转写服务GPU 1.0 发布支持动态batch支持多路并发在长音频测试集上单线RTF为0.0076多线加速比为1200+CPU为330+),详见([文档](./docs/benchmark_libtorch_cpp.md))dokcer镜像版本funasr-runtime-sdk-gpu-0.1.0 (aa10f938da3b)
- 2024/06/27: 中文离线文件转写服务GPU 1.0 发布支持动态batch支持多路并发在长音频测试集上单线RTF为0.0076多线加速比为1200+CPU为330+),详见([文档](./docs/benchmark_libtorch_cpp.md))dokcer镜像版本funasr-runtime-sdk-gpu-0.1.0 (b86066f4d018)
### 部署与开发文档