mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
43 lines
527 B
Plaintext
43 lines
527 B
Plaintext
# go-llama build artifacts
|
|
go-llama
|
|
/gpt4all
|
|
go-stable-diffusion
|
|
go-piper
|
|
/go-bert
|
|
go-ggllm
|
|
/piper
|
|
__pycache__/
|
|
*.a
|
|
get-sources
|
|
|
|
go-ggml-transformers
|
|
go-gpt2
|
|
go-rwkv
|
|
whisper.cpp
|
|
/bloomz
|
|
go-bert
|
|
|
|
# LocalAI build binary
|
|
LocalAI
|
|
local-ai
|
|
# prevent above rules from omitting the helm chart
|
|
!charts/*
|
|
# prevent above rules from omitting the api/localai folder
|
|
!api/localai
|
|
|
|
# Ignore models
|
|
models/*
|
|
test-models/
|
|
test-dir/
|
|
|
|
release/
|
|
|
|
# just in case
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Generated during build
|
|
backend-assets/
|
|
prepare
|
|
/ggml-metal.metal
|