mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
fix: split build threads from running threads (#703)
Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
parent
bf5acf646e
commit
92614b91d7
@ -5,7 +5,7 @@ cd /build
|
||||
|
||||
if [ "$REBUILD" != "false" ]; then
|
||||
rm -rf ./local-ai
|
||||
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}
|
||||
fi
|
||||
|
||||
./local-ai "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user