Skip to content

Commit 134ea1a

Browse files
authored
fix(dependencies): move deps that brings pytorch (#3873)
* fix(dependencies): move deps that brings pytorch Signed-off-by: Ettore Di Giacinto <[email protected]> * chore(deps): pin llvmlite Signed-off-by: Ettore Di Giacinto <[email protected]> --------- Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 3e77a17 commit 134ea1a

12 files changed

+23
-11
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
transformers
22
accelerate
3-
torch==2.4.1
3+
torch==2.4.1
4+
coqui-tts

backend/python/coqui/requirements-cublas11.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
torch==2.4.1+cu118
33
torchaudio==2.4.1+cu118
44
transformers
5-
accelerate
5+
accelerate
6+
coqui-tts
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
torch==2.4.1
22
torchaudio==2.4.1
33
transformers
4-
accelerate
4+
accelerate
5+
coqui-tts

backend/python/coqui/requirements-hipblas.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
torch==2.4.1+rocm6.0
33
torchaudio==2.4.1+rocm6.0
44
transformers
5-
accelerate
5+
accelerate
6+
coqui-tts

backend/python/coqui/requirements-intel.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ torchaudio
55
optimum[openvino]
66
setuptools==75.1.0 # https://github.com/mudler/LocalAI/issues/2406
77
transformers
8-
accelerate
8+
accelerate
9+
coqui-tts

backend/python/coqui/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
coqui-tts
21
grpcio==1.67.0
32
protobuf
43
certifi
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
torch==2.4.1
1+
torch==2.4.1
2+
git+https://github.com/myshell-ai/MeloTTS.git
3+
git+https://github.com/myshell-ai/OpenVoice.git
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
--extra-index-url https://download.pytorch.org/whl/cu118
22
torch==2.4.1+cu118
3+
git+https://github.com/myshell-ai/MeloTTS.git
4+
git+https://github.com/myshell-ai/OpenVoice.git
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
torch==2.4.1
1+
torch==2.4.1
2+
git+https://github.com/myshell-ai/MeloTTS.git
3+
git+https://github.com/myshell-ai/OpenVoice.git
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
--extra-index-url https://download.pytorch.org/whl/rocm6.0
2-
torch
2+
torch==2.4.1+rocm6.0
3+
git+https://github.com/myshell-ai/MeloTTS.git
4+
git+https://github.com/myshell-ai/OpenVoice.git

0 commit comments

Comments
 (0)