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
|
2024-11-28 22:16:44 +01:00
|
|
|
*.o
|
2023-07-15 01:19:43 +02:00
|
|
|
get-sources
|
2023-12-08 04:01:02 -05:00
|
|
|
prepare-sources
|
2023-11-01 04:52:02 -04:00
|
|
|
/backend/cpp/llama/grpc-server
|
|
|
|
/backend/cpp/llama/llama.cpp
|
2024-05-23 19:16:08 +02:00
|
|
|
/backend/cpp/llama-*
|
|
|
|
|
|
|
|
*.log
|
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-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/*
|
2024-01-05 12:04:46 -05:00
|
|
|
# prevent above rules from omitting the api/localai folder
|
|
|
|
!api/localai
|
2024-03-01 10:19:53 -05:00
|
|
|
!core/**/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
|
2024-03-01 10:19:53 -05:00
|
|
|
backend-assets/*
|
|
|
|
!backend-assets/.keep
|
2023-07-25 17:02:46 -04:00
|
|
|
prepare
|
2023-07-15 01:19:43 +02:00
|
|
|
/ggml-metal.metal
|
2024-06-13 00:47:16 +02:00
|
|
|
docs/static/gallery.html
|
2024-04-13 02:37:32 -05:00
|
|
|
|
|
|
|
# Protobuf generated files
|
|
|
|
*.pb.go
|
|
|
|
*pb2.py
|
|
|
|
*pb2_grpc.py
|
2024-04-23 11:43:00 -05:00
|
|
|
|
|
|
|
# SonarQube
|
2024-05-10 08:08:08 -05:00
|
|
|
.scannerwork
|
|
|
|
|
|
|
|
# backend virtual environments
|
2024-05-23 19:16:08 +02:00
|
|
|
**/venv
|
2024-08-20 06:16:21 -04:00
|
|
|
|
|
|
|
# per-developer customization files for the development container
|
|
|
|
.devcontainer/customization/*
|