mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
fix(openvoice): do not pin numpy (#4438)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
3be9a08fc9
commit
f2f387e1dd
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ torch==2.4.1
|
||||||
git+https://github.com/myshell-ai/MeloTTS.git
|
git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
git+https://github.com/myshell-ai/OpenVoice.git
|
git+https://github.com/myshell-ai/OpenVoice.git
|
||||||
whisper-timestamped
|
whisper-timestamped
|
||||||
numpy==1.22.0
|
numpy
|
||||||
pydub==0.25.1
|
pydub==0.25.1
|
||||||
wavmark==0.0.3
|
wavmark==0.0.3
|
||||||
eng_to_ipa==0.0.2
|
eng_to_ipa==0.0.2
|
|
@ -3,7 +3,7 @@ torch==2.4.1+cu118
|
||||||
git+https://github.com/myshell-ai/MeloTTS.git
|
git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
git+https://github.com/myshell-ai/OpenVoice.git
|
git+https://github.com/myshell-ai/OpenVoice.git
|
||||||
whisper-timestamped
|
whisper-timestamped
|
||||||
numpy==1.22.0
|
numpy
|
||||||
pydub==0.25.1
|
pydub==0.25.1
|
||||||
wavmark==0.0.3
|
wavmark==0.0.3
|
||||||
eng_to_ipa==0.0.2
|
eng_to_ipa==0.0.2
|
|
@ -2,7 +2,7 @@ torch==2.4.1
|
||||||
git+https://github.com/myshell-ai/MeloTTS.git
|
git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
git+https://github.com/myshell-ai/OpenVoice.git
|
git+https://github.com/myshell-ai/OpenVoice.git
|
||||||
whisper-timestamped
|
whisper-timestamped
|
||||||
numpy==1.22.0
|
numpy
|
||||||
pydub==0.25.1
|
pydub==0.25.1
|
||||||
wavmark==0.0.3
|
wavmark==0.0.3
|
||||||
eng_to_ipa==0.0.2
|
eng_to_ipa==0.0.2
|
|
@ -10,7 +10,7 @@ librosa==0.9.1
|
||||||
faster-whisper==0.9.0
|
faster-whisper==0.9.0
|
||||||
pydub==0.25.1
|
pydub==0.25.1
|
||||||
wavmark==0.0.3
|
wavmark==0.0.3
|
||||||
numpy==1.22.0
|
numpy
|
||||||
eng_to_ipa==0.0.2
|
eng_to_ipa==0.0.2
|
||||||
inflect==7.0.0
|
inflect==7.0.0
|
||||||
unidecode==1.3.7
|
unidecode==1.3.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue