Skip to content

Commit f22a032

Browse files
committed
fix: pin phonemize and espeak
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 997119c commit f22a032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ WHISPER_CPP_VERSION?=3c28d1a5712e4c06b0380166e6f482ca2b525970
2828
BERT_VERSION?=6abe312cded14042f6b7c3cd8edf082713334a4d
2929

3030
# go-piper version
31-
PIPER_VERSION?=5a4c9e28c84bac09ab6baa9f88457d852cb46bb2
31+
PIPER_VERSION?=5386f3ed8e8ff6d9474832aa9a9a6a8d7b337d6a
3232

3333
# stablediffusion version
3434
STABLEDIFFUSION_VERSION?=902db5f066fd137697e3b69d0fa10d4782bd2c2f
@@ -191,7 +191,7 @@ backend-assets/gpt4all: sources/gpt4all/gpt4all-bindings/golang/libgpt4all.a
191191
backend-assets/espeak-ng-data: sources/go-piper
192192
mkdir -p backend-assets/espeak-ng-data
193193
$(MAKE) -C sources/go-piper piper.o
194-
@cp -rf sources/go-piper/piper/build/pi/share/espeak-ng-data/. backend-assets/espeak-ng-data
194+
@cp -rf sources/go-piper/piper-phonemize/pi/share/espeak-ng-data/. backend-assets/espeak-ng-data
195195

196196
sources/gpt4all/gpt4all-bindings/golang/libgpt4all.a: sources/gpt4all
197197
$(MAKE) -C sources/gpt4all/gpt4all-bindings/golang/ libgpt4all.a

0 commit comments

Comments
 (0)