From 5d9c530eaa38a5c470f9a766e29e617b401432ce Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 15 Dec 2024 18:43:39 +0100 Subject: [PATCH] fix(gallery): disable default embeddings Do not always enable embeddings on llama32, but let specific models settings Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gallery/index.yaml b/gallery/index.yaml index 71a2d56f..35febd56 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -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"