Skip to content

Commit e884686

Browse files
authored
fix(parler-tts): use latest audiotools (#3954)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 81890e7 commit e884686

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

backend/python/parler-tts/install.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ installRequirements
1515

1616
# https://github.com/descriptinc/audiotools/issues/101
1717
# incompatible protobuf versions.
18-
PYDIR=python3.10
19-
pyenv="${MY_DIR}/venv/lib/${PYDIR}/site-packages/google/protobuf/internal/"
18+
# PYDIR=python3.10
19+
# pyenv="${MY_DIR}/venv/lib/${PYDIR}/site-packages/google/protobuf/internal/"
2020

21-
if [ ! -d ${pyenv} ]; then
22-
echo "(parler-tts/install.sh): Error: ${pyenv} does not exist"
23-
exit 1
24-
fi
21+
# if [ ! -d ${pyenv} ]; then
22+
# echo "(parler-tts/install.sh): Error: ${pyenv} does not exist"
23+
# exit 1
24+
# fi
2525

26-
curl -L https://raw.githubusercontent.com/protocolbuffers/protobuf/main/python/google/protobuf/internal/builder.py -o ${pyenv}/builder.py
26+
# curl -L https://raw.githubusercontent.com/protocolbuffers/protobuf/main/python/google/protobuf/internal/builder.py -o ${pyenv}/builder.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
git+https://github.com/huggingface/parler-tts.git@8e465f1b5fcd223478e07175cb40494d19ffbe17
22
llvmlite==0.43.0
33
numba==0.60.0
4+
git+https://github.com/descriptinc/audiotools

0 commit comments

Comments
 (0)