Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.65k stars 698 forks source link

Update requirements.txt #545

Open mikeyang01 opened 7 months ago

mikeyang01 commented 7 months ago

大佬您好, 执行: python scripts/short_audio_transcribe.py --languages "CJ" 得到错误如下: ImportError: Numba needs NumPy 1.22 or greater. Got NumPy 1.21.

因此更新requirements, numpy=1.22

Shamloor commented 7 months ago

执行 pip install numpy=1.22 命令