mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
05b6933b65
commit
431ef99a38
1 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,10 @@ display-name: LocalAI
|
||||||
versions:
|
versions:
|
||||||
github: mudler/LocalAI
|
github: mudler/LocalAI
|
||||||
|
|
||||||
|
companions:
|
||||||
|
linux:
|
||||||
|
openssl.org: '*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
go.dev: ^1.21
|
go.dev: ^1.21
|
||||||
|
@ -36,4 +40,6 @@ test:
|
||||||
- run: local-ai --version | grep {{version}}
|
- run: local-ai --version | grep {{version}}
|
||||||
if: <2.13
|
if: <2.13
|
||||||
- run: "local-ai --help | grep 'Version: v{{version}}'"
|
- run: "local-ai --help | grep 'Version: v{{version}}'"
|
||||||
if: '>=2.13'
|
if: '>=2.13<2.16'
|
||||||
|
- run: local-ai models list | grep ' - localai@'
|
||||||
|
if: '>=2.16'
|
||||||
|
|
Loading…
Reference in a new issue