游雁
2023-06-30 41908baa1dd5c131f3ac2c8299d74b5b8a260dbd
Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
add
2个文件已修改
6 ■■■■ 已修改文件
funasr/runtime/readme.md 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/readme_cn.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/readme.md
@@ -6,7 +6,7 @@
- File transcription service, Mandarin, CPU version, done
- File transcription service, Mandarin, GPU version, in progress
- File transcription service, Mandarin, in progress
- File transcription service, English, in progress
- Streaming speech recognition service, is in progress
- and more.
@@ -27,4 +27,4 @@
### Advanced Development Guide
The documentation mainly targets advanced developers who require modifications and customization of the service. It supports downloading model deployments from modelscope and also supports deploying models that users have fine-tuned. For detailed information, please refer to the documentation available by [docs](websocket/readme.md)
The documentation mainly targets advanced developers who require modifications and customization of the service. It supports downloading model deployments from modelscope and also supports deploying models that users have fine-tuned. For detailed information, please refer to the documentation available by [docs](websocket/readme.md)
funasr/runtime/readme_cn.md
@@ -24,7 +24,7 @@
### 便捷部署教程
文档主要针对小白用户,无修改定制需求,支持从modelscope中下载模型部署,也支持用户finetune后的模型部署,详细教程参考([点击此处](./docs/SDK_tutorial_cn.md))
文档主要针对小白用户与初级开发者,没有修改、定制需求,支持从modelscope中下载模型部署,也支持用户finetune后的模型部署,详细教程参考([点击此处](./docs/SDK_tutorial_cn.md))
### 高阶开发指南