mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
1a7587ee48
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
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 "$@" |