mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
Update entrypoint.sh to use $THREADS for parallel compilation on start if present (#673)
This commit is contained in:
parent
a1ed6fbd96
commit
c2dec387aa
@ -5,7 +5,7 @@ cd /build
|
|||||||
|
|
||||||
if [ "$REBUILD" != "false" ]; then
|
if [ "$REBUILD" != "false" ]; then
|
||||||
rm -rf ./local-ai
|
rm -rf ./local-ai
|
||||||
ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build
|
ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${THREADS:-1}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./local-ai "$@"
|
./local-ai "$@"
|
Loading…
Reference in New Issue
Block a user