2023-04-15 16:39:07 -07:00
|
|
|
# go-llama build artifacts
|
2023-11-18 08:18:43 +01:00
|
|
|
/sources/
|
2023-07-20 23:45:29 +02:00
|
|
|
__pycache__/
|
2023-07-15 01:19:43 +02:00
|
|
|
*.a
|
|
|
|
get-sources
|
2023-11-01 04:52:02 -04:00
|
|
|
/backend/cpp/llama/grpc-server
|
|
|
|
/backend/cpp/llama/llama.cpp
|
2023-07-15 01:19:43 +02:00
|
|
|
|
2023-05-30 21:01:55 +10:00
|
|
|
go-ggml-transformers
|
2023-04-21 15:29:32 -07:00
|
|
|
go-gpt2
|
2023-05-05 18:21:06 -04:00
|
|
|
go-rwkv
|
2023-05-09 14:03:29 -04:00
|
|
|
whisper.cpp
|
2023-07-15 01:19:43 +02:00
|
|
|
/bloomz
|
2023-05-30 21:01:55 +10:00
|
|
|
go-bert
|
2023-04-15 16:39:07 -07:00
|
|
|
|
2023-04-19 18:43:10 +02:00
|
|
|
# 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
|
2023-04-15 16:39:07 -07:00
|
|
|
|
|
|
|
# Ignore models
|
2023-04-27 06:18:18 +02:00
|
|
|
models/*
|
2023-05-09 14:03:29 -04:00
|
|
|
test-models/
|
2023-05-30 21:01:55 +10:00
|
|
|
test-dir/
|
2023-05-09 14:03:29 -04:00
|
|
|
|
2023-05-23 17:12:48 +02:00
|
|
|
release/
|
|
|
|
|
2023-05-09 14:03:29 -04:00
|
|
|
# just in case
|
|
|
|
.DS_Store
|
2023-06-01 13:00:06 +03:00
|
|
|
.idea
|
2023-06-01 23:38:52 +02:00
|
|
|
|
|
|
|
# Generated during build
|
2023-06-11 01:07:39 +02:00
|
|
|
backend-assets/
|
2023-07-25 17:02:46 -04:00
|
|
|
prepare
|
2023-07-15 01:19:43 +02:00
|
|
|
/ggml-metal.metal
|