mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+localai
This commit is contained in:
parent
f907b83082
commit
e9a043112d
1 changed files with 31 additions and 0 deletions
31
projects/localai.io/package.yml
Normal file
31
projects/localai.io/package.yml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
distributable:
|
||||||
|
url: git+https://github.com/mudler/LocalAI
|
||||||
|
ref: ${{version.tag}}
|
||||||
|
|
||||||
|
# weird c++ stdlib linkage error on linux
|
||||||
|
platforms:
|
||||||
|
- darwin
|
||||||
|
|
||||||
|
display-name: LocalAI
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: mudler/LocalAI
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
go.dev: ^1.21
|
||||||
|
cmake.org: ^3
|
||||||
|
grpc.io: ^1
|
||||||
|
protobuf.dev: ^25
|
||||||
|
gnu.org/wget: ^1
|
||||||
|
gnu.org/coreutils: ^9
|
||||||
|
git-scm.org: ^2
|
||||||
|
script:
|
||||||
|
- make build
|
||||||
|
- install -D local-ai {{prefix}}/bin/local-ai
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/local-ai
|
||||||
|
|
||||||
|
test:
|
||||||
|
local-ai --version | grep {{version}}
|
Loading…
Reference in a new issue