LocalAI/.gitignore

27 lines
315 B
Plaintext
Raw Normal View History

# go-llama build artifacts
go-llama
gpt4all
go-stable-diffusion
go-ggml-transformers
go-gpt2
2023-05-05 22:21:06 +00:00
go-rwkv
2023-05-09 18:03:29 +00:00
whisper.cpp
bloomz
go-bert
# LocalAI build binary
LocalAI
local-ai
2023-04-21 20:22:03 +00:00
# prevent above rules from omitting the helm chart
!charts/*
# Ignore models
models/*
2023-05-09 18:03:29 +00:00
test-models/
test-dir/
2023-05-09 18:03:29 +00:00
release/
2023-05-09 18:03:29 +00:00
# just in case
.DS_Store