GPT-SoVITS
GPT-SoVITS copied to clipboard
执行ASR时报错 cannot import name 'CTC' from 'funasr.models.ctc' (N:\AI\GPT-SoVITS\runtime\lib\site-packages\funasr\models\ctc\__init__.py)
"N:\AI\GPT-SoVITS\runtime\python.exe" tools/asr/fasterwhisper_asr.py -i "N:\AI\GPT-SoVITS\output\slicer_opt" -o "output/asr_opt" -s medium.en -l en -p float16
If you want use h5py dataset, please pip install h5py, and try it again
Please install rotary_embedding_torch by:
pip install -U rotary_embedding_torch
Traceback (most recent call last):
File "N:\AI\GPT-SoVITS\tools\asr\fasterwhisper_asr.py", line 12, in
在runtime下尝试pip install -U rotary_embedding_torch 也无效 报错依旧
Please update funasr and modelscope:
pip install -U funasr modelscope
The full detail could be found in https://github.com/alibaba-damo-academy/FunASR/discussions/1319