We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5acf6 commit 92614b9Copy full SHA for 92614b9
entrypoint.sh
@@ -5,7 +5,7 @@ cd /build
5
6
if [ "$REBUILD" != "false" ]; then
7
rm -rf ./local-ai
8
- ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${THREADS:-1}
+ ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${BUILD_PARALLELISM:-1}
9
fi
10
11
./local-ai "$@"
0 commit comments