LocalAI/.gitignore

39 lines
525 B
Plaintext
Raw Normal View History

# go-llama build artifacts
/sources/
__pycache__/
*.a
get-sources
/backend/cpp/llama/grpc-server
/backend/cpp/llama/llama.cpp
go-ggml-transformers
go-gpt2
2023-05-05 18:21:06 -04:00
go-rwkv
2023-05-09 14:03:29 -04:00
whisper.cpp
/bloomz
go-bert
# LocalAI build binary
LocalAI
local-ai
2023-04-21 13:22:03 -07:00
# prevent above rules from omitting the helm chart
!charts/*
2023-08-18 15:23:14 -04:00
# prevent above rules from omitting the api/localai folder
!api/localai
# Ignore models
models/*
2023-05-09 14:03:29 -04:00
test-models/
test-dir/
2023-05-09 14:03:29 -04:00
release/
2023-05-09 14:03:29 -04:00
# just in case
.DS_Store
.idea
# Generated during build
2023-06-11 01:07:39 +02:00
backend-assets/
prepare
/ggml-metal.metal