Skip to content

Commit b1aa707

Browse files
authored
fix(coqui,nemo,voxcpm): Add dependencies to allow CI to progress (#9142)
Signed-off-by: Richard Palethorpe <io@richiejp.com>
1 parent 731176c commit b1aa707

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
--extra-index-url https://download.pytorch.org/whl/cpu
12
transformers==4.48.3
23
accelerate
34
torch==2.4.1
5+
torchaudio==2.4.1
46
coqui-tts

backend/python/nemo/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ certifi
44
packaging==24.1
55
setuptools
66
pyarrow==20.0.0
7+
pybind11

backend/python/voxcpm/requirements-cpu.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
torch
3+
torchaudio
34
soundfile
45
numpy
56
voxcpm

backend/python/voxcpm/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ certifi
55
packaging==24.1
66
soundfile
77
numpy
8-
voxcpm

0 commit comments

Comments
 (0)