mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 22:20:43 +00:00
feat: Add more test-cases and remove dev container (#433)
Signed-off-by: Aisuko <urakiny@gmail.com> Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
f401181cb5
commit
49ce24984c
7 changed files with 33 additions and 76 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,9 +2,12 @@
|
|||
go-llama
|
||||
gpt4all
|
||||
go-stable-diffusion
|
||||
go-ggml-transformers
|
||||
go-gpt2
|
||||
go-rwkv
|
||||
whisper.cpp
|
||||
bloomz
|
||||
go-bert
|
||||
|
||||
# LocalAI build binary
|
||||
LocalAI
|
||||
|
@ -15,6 +18,7 @@ local-ai
|
|||
# Ignore models
|
||||
models/*
|
||||
test-models/
|
||||
test-dir/
|
||||
|
||||
release/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue