mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
21 lines
259 B
Plaintext
21 lines
259 B
Plaintext
# go-llama build artifacts
|
|
go-llama
|
|
gpt4all
|
|
go-stable-diffusion
|
|
go-gpt2
|
|
go-rwkv
|
|
whisper.cpp
|
|
|
|
# LocalAI build binary
|
|
LocalAI
|
|
local-ai
|
|
# prevent above rules from omitting the helm chart
|
|
!charts/*
|
|
|
|
# Ignore models
|
|
models/*
|
|
test-models/
|
|
|
|
# just in case
|
|
.DS_Store
|