mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
9 lines
No EOL
92 B
Bash
Executable file
9 lines
No EOL
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /build
|
|
|
|
if [ "$REBUILD" != "false" ]; then
|
|
make rebuild
|
|
fi
|
|
|
|
./local-ai "$@" |