LocalAI/core/gallery
Ettore Di Giacinto 98e5291afc
feat: refactor build process, drop embedded backends (#5875)
* feat: split remaining backends and drop embedded backends

- Drop silero-vad, huggingface, and stores backend from embedded
  binaries
- Refactor Makefile and Dockerfile to avoid building grpc backends
- Drop golang code that was used to embed backends
- Simplify building by using goreleaser

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* chore(gallery): be specific with llama-cpp backend templates

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* chore(docs): update

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* chore(ci): minor fixes

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* chore: drop all ffmpeg references

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* fix: run protogen-go

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Always enable p2p mode

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Update gorelease file

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* fix(stores): do not always load

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Fix linting issues

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Simplify

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Mac OS fixup

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-07-22 16:31:04 +02:00
..
backend_types.go feat: do not bundle llama-cpp anymore (#5790) 2025-07-18 13:24:12 +02:00
backends.go feat: do not bundle llama-cpp anymore (#5790) 2025-07-18 13:24:12 +02:00
backends_test.go feat: do not bundle llama-cpp anymore (#5790) 2025-07-18 13:24:12 +02:00
gallery.go fix(gallery): correctly show status for downloading OCI images (#5774) 2025-07-02 08:25:48 +02:00
gallery_suite_test.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
metadata_type.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
models.go feat: refactor build process, drop embedded backends (#5875) 2025-07-22 16:31:04 +02:00
models_test.go feat(gallery): automatically install missing backends along models (#5736) 2025-06-27 18:25:44 +02:00
models_types.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
request_test.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00