From 3a4281f4959534b1bf5d01acf0085f4f8e6f2ec8 Mon Sep 17 00:00:00 2001 From: wuhongsheng <664116298@qq.com> Date: 星期五, 05 七月 2024 00:55:32 +0800 Subject: [PATCH] 优化speakid和语句匹配逻辑,部分解决speakid不从0递增问题 (#1870) --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 37f39fe..b0d4692 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,8 @@ modelscope samples .ipynb_checkpoints +outputs* +emotion2vec* +GPT-SoVITS* +modelscope_models +examples/aishell/llm_asr_nar/* -- Gitblit v1.9.1