mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 01:18:29 +00:00
7 lines
51 B
Bash
7 lines
51 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd /build
|
||
|
|
|
||
|
|
make build
|
||
|
|
|
||
|
|
./local-ai "$@"
|