mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
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:
parent
9429a53db7
commit
5d9c530eaa
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue