mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +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…
Add table
Add a link
Reference in a new issue