Skip to content

Commit

Permalink
fix(gallery): disable default embeddings
Browse files Browse the repository at this point in the history
Do not always enable embeddings on llama32, but let specific models settings

Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Dec 15, 2024
1 parent 9429a53 commit 5d9c530
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gallery/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5d9c530

Please sign in to comment.