mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +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
|
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 -j${THREADS:-1}
|
ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${BUILD_PARALLELISM:-1}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./local-ai "$@"
|
./local-ai "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user