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(dependencies): move deps that brings pytorch #3873

Merged
merged 2 commits into from
Oct 18, 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
3 changes: 2 additions & 1 deletion backend/python/coqui/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
transformers
accelerate
torch==2.4.1
torch==2.4.1
coqui-tts
3 changes: 2 additions & 1 deletion backend/python/coqui/requirements-cublas11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
torch==2.4.1+cu118
torchaudio==2.4.1+cu118
transformers
accelerate
accelerate
coqui-tts
3 changes: 2 additions & 1 deletion backend/python/coqui/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
torch==2.4.1
torchaudio==2.4.1
transformers
accelerate
accelerate
coqui-tts
3 changes: 2 additions & 1 deletion backend/python/coqui/requirements-hipblas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
torch==2.4.1+rocm6.0
torchaudio==2.4.1+rocm6.0
transformers
accelerate
accelerate
coqui-tts
3 changes: 2 additions & 1 deletion backend/python/coqui/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ torchaudio
optimum[openvino]
setuptools==75.1.0 # https://github.com/mudler/LocalAI/issues/2406
transformers
accelerate
accelerate
coqui-tts
1 change: 0 additions & 1 deletion backend/python/coqui/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
coqui-tts
grpcio==1.67.0
protobuf
certifi
4 changes: 3 additions & 1 deletion backend/python/openvoice/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
torch==2.4.1
torch==2.4.1
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
2 changes: 2 additions & 0 deletions backend/python/openvoice/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
--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
4 changes: 3 additions & 1 deletion backend/python/openvoice/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
torch==2.4.1
torch==2.4.1
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
4 changes: 3 additions & 1 deletion backend/python/openvoice/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch
torch==2.4.1+rocm6.0
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
1 change: 1 addition & 0 deletions backend/python/openvoice/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jieba==0.42.1
gradio==4.44.1
langid==1.1.6
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
3 changes: 1 addition & 2 deletions backend/python/openvoice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ cn2an==0.5.22
jieba==0.42.1
gradio
langid==1.1.6
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
llvmlite==0.43.0
Loading