mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-06 04:20:12 +00:00
9 lines
92 B
Bash
Executable File
9 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /build
|
|
|
|
if [ "$REBUILD" != "false" ]; then
|
|
make rebuild
|
|
fi
|
|
|
|
./local-ai "$@" |