File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
backend/python/parler-tts Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ installRequirements
15
15
16
16
# https://github.com/descriptinc/audiotools/issues/101
17
17
# 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/"
20
20
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
25
25
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
Original file line number Diff line number Diff line change 1
1
git+https://github.com/huggingface/parler-tts.git@8e465f1b5fcd223478e07175cb40494d19ffbe17
2
2
llvmlite==0.43.0
3
3
numba==0.60.0
4
+ git+https://github.com/descriptinc/audiotools
You can’t perform that action at this time.
0 commit comments