Skip to content

Commit

Permalink
fix(openvoice): pin numpy before installing torch
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
  • Loading branch information
mudler committed Dec 20, 2024
1 parent 61e486d commit 95ae79b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion backend/python/openvoice/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ torch==2.4.1
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped
numpy
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
1 change: 0 additions & 1 deletion backend/python/openvoice/requirements-cublas11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ torch==2.4.1+cu118
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped
numpy
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
1 change: 0 additions & 1 deletion backend/python/openvoice/requirements-cublas12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ torch==2.4.1
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped
numpy
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
1 change: 0 additions & 1 deletion backend/python/openvoice/requirements-hipblas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ torch==2.4.1+rocm6.0
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped
numpy==1.22.0
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
1 change: 0 additions & 1 deletion backend/python/openvoice/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ librosa==0.9.1
faster-whisper==0.9.0
pydub==0.25.1
wavmark==0.0.3
numpy
eng_to_ipa==0.0.2
inflect==7.0.0
unidecode==1.3.7
Expand Down
1 change: 1 addition & 0 deletions backend/python/openvoice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ openai
python-dotenv
pypinyin
cn2an==0.5.22
numpy==1.22.0
networkx==2.8.8
jieba==0.42.1
gradio==3.48.0
Expand Down

0 comments on commit 95ae79b

Please sign in to comment.