Skip to content

Commit

Permalink
fix(deps): pin openvoice pytorch/torchaudio (mudler#4436)
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Dec 19, 2024
1 parent b325807 commit 3be9a08
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 9 deletions.
7 changes: 6 additions & 1 deletion backend/python/openvoice/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
torch==2.4.1
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
numpy==1.22.0
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
7 changes: 6 additions & 1 deletion backend/python/openvoice/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.4.1+cu118
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
numpy==1.22.0
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
7 changes: 6 additions & 1 deletion backend/python/openvoice/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
torch==2.4.1
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
numpy==1.22.0
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
7 changes: 6 additions & 1 deletion backend/python/openvoice/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch==2.4.1+rocm6.0
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
numpy==1.22.0
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
1 change: 1 addition & 0 deletions backend/python/openvoice/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
intel-extension-for-pytorch==2.3.110+xpu
torch==2.3.1+cxx11.abi
torchaudio==2.3.1+cxx11.abi
oneccl_bind_pt==2.3.100+xpu
optimum[openvino]
grpcio==1.68.1
Expand Down
5 changes: 0 additions & 5 deletions backend/python/openvoice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ grpcio==1.68.1
protobuf
librosa
faster-whisper
pydub==0.25.1
wavmark==0.0.3
numpy==1.22.0
eng_to_ipa==0.0.2
inflect
unidecode
whisper-timestamped
openai
python-dotenv
pypinyin
Expand Down

0 comments on commit 3be9a08

Please sign in to comment.