mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue