mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-06 12:37:49 +00:00
7 lines
51 B
Bash
Executable File
7 lines
51 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /build
|
|
|
|
make build
|
|
|
|
./local-ai "$@" |