-
Notifications
You must be signed in to change notification settings - Fork 1.3k
更新文档和运行脚本,修复文档拼写错误 #2688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
更新文档和运行脚本,修复文档拼写错误 #2688
Conversation
现在魔搭社区已经由原来的damo转为了通义实验室的"iic",为避免重定向,更新脚本。
现在魔搭社区已经由原来的damo转为了通义实验室的"iic",为避免重定向,更新脚本。拼写错误lagre->large
Summary of ChangesHello @fluteink, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 此拉取请求主要更新了模型仓库的引用,将旧的“damo”命名空间替换为通义实验室的“iic”命名空间。这一更改应用于文档和核心运行脚本,旨在避免重定向问题并确保模型路径的正确性。此外,文档中的一个次要拼写错误也得到了修正。 Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
您好,感谢您的贡献!本次PR更新了模型路径并修复了拼写错误,方向是正确的。不过,为了确保项目的一致性,建议将相关的修改应用到所有文件中。我发现英文文档 runtime/docs/SDK_advanced_guide_offline_gpu.md 和性能测试文档 runtime/docs/benchmark_onnx_cpp.md 中仍在使用旧的 damo 路径,并且英文文档中也存在 lagre 的拼写错误。建议在本次提交中一并修复这些问题,以保持代码库的同步和整洁。我在代码中留下了具体的评论以供参考。
| [Paraformer-lagre模型](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary), | ||
| [CT-Transformer标点预测模型](https://www.modelscope.cn/models/damo/punc_ct-transformer_cn-en-common-vocab471067-large-onnx/summary), | ||
| [FSMN-VAD模型](https://www.modelscope.cn/models/iic/speech_fsmn_vad_zh-cn-16k-common-onnx/summary), | ||
| [Paraformer-large模型](https://www.modelscope.cn/models/iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| model_dir="iic/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx" | ||
| vad_dir="iic/speech_fsmn_vad_zh-cn-16k-common-onnx" | ||
| punc_dir="iic/punc_ct-transformer_cn-en-common-vocab471067-large-onnx" | ||
| itn_dir="thuduj12/fst_itn_zh" | ||
| lm_dir="damo/speech_ngram_lm_zh-cn-ai-wesp-fst" | ||
| lm_dir="iic/speech_ngram_lm_zh-cn-ai-wesp-fst" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
现在魔搭社区已经由原来的damo转为了通义实验室的"iic",为避免重定向,更新脚本。拼写错误lagre->large