From 0f13fb5fe6890ce0e0d99ae07d484d18792cf309 Mon Sep 17 00:00:00 2001 From: wuhongsheng <664116298@qq.com> Date: Tue, 27 Aug 2024 08:58:48 +0800 Subject: [PATCH] feat:add paraformer_zh requirements --- requirements.txt | 4 +++- requirements_mac.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b4a5a0e..3faeb78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,6 @@ nltk==3.9.1 parler_tts @ git+https://github.com/huggingface/parler-tts.git melotts @ git+https://github.com/andimarafioti/MeloTTS.git#egg=MeloTTS # made a copy of MeloTTS to have compatible versions of transformers torch==2.4.0 -sounddevice==0.5.0 \ No newline at end of file +sounddevice==0.5.0 +funasr +modelscope \ No newline at end of file diff --git a/requirements_mac.txt b/requirements_mac.txt index 24ba643..e1e864a 100644 --- a/requirements_mac.txt +++ b/requirements_mac.txt @@ -4,4 +4,6 @@ melotts @ git+https://github.com/andimarafioti/MeloTTS.git#egg=MeloTTS # made a torch==2.4.0 sounddevice==0.5.0 lightning-whisper-mlx>=0.0.10 -mlx-lm>=0.14.0 \ No newline at end of file +mlx-lm>=0.14.0 +funasr +modelscope \ No newline at end of file -- GitLab