You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
448 B
40 lines
448 B
# 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/*
|
|
|
|
# Ignore models
|
|
models/*
|
|
test-models/
|
|
test-dir/
|
|
|
|
release/
|
|
|
|
# just in case
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Generated during build
|
|
backend-assets/
|
|
|
|
/ggml-metal.metal
|
|
|