Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): pin openvoice pytorch/torchaudio #4436

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading