From 40427797c8d406ad7eaa881eb6fdd7828ad936a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=BE=E8=81=AA?= Date: Mon, 1 Jul 2024 20:49:53 +0800 Subject: [PATCH] update funasr-runtime-sdk-gpu-0.1.1 --- runtime/docs/SDK_advanced_guide_offline_gpu.md | 2 +- runtime/docs/SDK_advanced_guide_offline_gpu_zh.md | 2 +- runtime/readme.md | 2 +- runtime/readme_cn.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/docs/SDK_advanced_guide_offline_gpu.md b/runtime/docs/SDK_advanced_guide_offline_gpu.md index a94567be0..6e7d00130 100644 --- a/runtime/docs/SDK_advanced_guide_offline_gpu.md +++ b/runtime/docs/SDK_advanced_guide_offline_gpu.md @@ -12,7 +12,7 @@ This document serves as a development guide for the FunASR offline file transcri | TIME | INFO | IMAGE VERSION | IMAGE ID | |------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------|--------------| -| 2024.07.01 | Optimize BladeDISC model compatibility issues | funasr-runtime-sdk-gpu-0.1.1 | b39c6fb16451 | +| 2024.07.01 | Optimize BladeDISC model compatibility issues | funasr-runtime-sdk-gpu-0.1.1 | 8875cbf9b99e | | 2024.06.27 | Offline File Transcription Software Package(GPU) 1.0 released | funasr-runtime-sdk-gpu-0.1.0 | b86066f4d018 | diff --git a/runtime/docs/SDK_advanced_guide_offline_gpu_zh.md b/runtime/docs/SDK_advanced_guide_offline_gpu_zh.md index e9aa8142d..86c532df6 100644 --- a/runtime/docs/SDK_advanced_guide_offline_gpu_zh.md +++ b/runtime/docs/SDK_advanced_guide_offline_gpu_zh.md @@ -10,7 +10,7 @@ FunASR离线文件转写GPU软件包,提供了一款功能强大的语音离 | 时间 | 详情 | 镜像版本 | 镜像ID | |------------|---------------------------------------------------|------------------------------|--------------| -| 2024.07.01 | 优化bladedisc模型兼容性问题 | funasr-runtime-sdk-gpu-0.1.1 | b39c6fb16451 | +| 2024.07.01 | 优化bladedisc模型兼容性问题 | funasr-runtime-sdk-gpu-0.1.1 | 8875cbf9b99e | | 2024.06.27 | 离线文件转写服务GPU版本1.0 发布 | funasr-runtime-sdk-gpu-0.1.0 | b86066f4d018 | ## 服务器配置 diff --git a/runtime/readme.md b/runtime/readme.md index 539cc856c..5466ede42 100644 --- a/runtime/readme.md +++ b/runtime/readme.md @@ -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/07/01: File Transcription Service 1.1 GPU released, optimize BladeDISC model compatibility issues, docker image version funasr-runtime-sdk-gpu-0.1.1 (b39c6fb16451) +- 2024/07/01: File Transcription Service 1.1 GPU released, optimize BladeDISC model compatibility issues, docker image version funasr-runtime-sdk-gpu-0.1.1 (8875cbf9b99e) - 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 diff --git a/runtime/readme_cn.md b/runtime/readme_cn.md index 29ea9b62c..35fe5dd56 100644 --- a/runtime/readme_cn.md +++ b/runtime/readme_cn.md @@ -19,7 +19,7 @@ FunASR是由阿里巴巴通义实验室语音团队开源的一款语音识别 为了支持不同用户的需求,针对不同场景,准备了不同的图文教程: ### 最新动态 -- 2024/07/01: 中文离线文件转写服务GPU 1.1 发布,优化bladedisc模型兼容性问题,dokcer镜像版本funasr-runtime-sdk-gpu-0.1.1 (b39c6fb16451) +- 2024/07/01: 中文离线文件转写服务GPU 1.1 发布,优化bladedisc模型兼容性问题,dokcer镜像版本funasr-runtime-sdk-gpu-0.1.1 (8875cbf9b99e) - 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) ### 部署与开发文档