File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ backend-assets/gpt4all: sources/gpt4all/gpt4all-bindings/golang/libgpt4all.a
178
178
179
179
backend-assets/espeak-ng-data : sources/go-piper
180
180
mkdir -p backend-assets/espeak-ng-data
181
- $(MAKE ) -C go-piper piper.o
181
+ $(MAKE ) -C sources/ go-piper piper.o
182
182
@cp -rf sources/go-piper/piper/build/pi/share/espeak-ng-data/. backend-assets/espeak-ng-data
183
183
184
184
sources/gpt4all/gpt4all-bindings/golang/libgpt4all.a : sources/gpt4all
@@ -196,7 +196,7 @@ sources/whisper.cpp:
196
196
git clone https://github.com/ggerganov/whisper.cpp.git sources/whisper.cpp
197
197
cd sources/whisper.cpp && git checkout -b build $(WHISPER_CPP_VERSION ) && git submodule update --init --recursive --depth 1
198
198
199
- sources/whisper.cpp/libwhisper.a : whisper.cpp
199
+ sources/whisper.cpp/libwhisper.a : sources/ whisper.cpp
200
200
cd sources/whisper.cpp && make libwhisper.a
201
201
202
202
sources/go-llama :
You can’t perform that action at this time.
0 commit comments