fix(gallery): disable default embeddings

Do not always enable embeddings on llama32, but let specific models settings

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-12-15 18:43:39 +01:00 committed by GitHub
parent 9429a53db7
commit 5d9c530eaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -458,7 +458,6 @@
urls:
- https://huggingface.co/hugging-quants/Llama-3.2-1B-Instruct-Q4_K_M-GGUF
overrides:
embeddings: true
parameters:
model: llama-3.2-1b-instruct-q4_k_m.gguf
files:
@ -9708,6 +9707,10 @@
llama3.2 embeddings model. Using as drop-in replacement for bert-embeddings
tags:
- embeddings
overrides:
embeddings: true
parameters:
model: llama-3.2-1b-instruct-q4_k_m.gguf
## Stable Diffusion
- url: github:mudler/LocalAI/gallery/stablediffusion.yaml@master
license: "BSD-3"