mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
1c872ec326
Signed-off-by: mudler <mudler@mocaccino.org>
15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
# go-llama build artifacts
|
|
go-llama
|
|
go-gpt4all-j
|
|
go-gpt2
|
|
|
|
# LocalAI build binary
|
|
LocalAI
|
|
local-ai
|
|
# prevent above rules from omitting the helm chart
|
|
!charts/*
|
|
|
|
# Ignore models
|
|
models/*.bin
|
|
models/ggml-*
|
|
test-models/ |