mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
fix: include virtual config
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
83ed16f325
commit
39a5a84e64
2 changed files with 3 additions and 0 deletions
1
.github/gallery-agent/gallery.go
vendored
1
.github/gallery-agent/gallery.go
vendored
|
|
@ -115,6 +115,7 @@ func generateYAMLEntry(model ProcessedModel, quantization string) string {
|
|||
|
||||
yamlTemplate := ""
|
||||
yamlTemplate = `- name: "%s"
|
||||
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
|
||||
urls:
|
||||
- https://huggingface.co/%s
|
||||
description: |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- name: "qwen3-coder-30b-a3b-instruct-rtpurbo-i1"
|
||||
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
|
||||
urls:
|
||||
- https://huggingface.co/mradermacher/Qwen3-Coder-30B-A3B-Instruct-RTPurbo-i1-GGUF
|
||||
description: |
|
||||
|
|
@ -31,6 +32,7 @@
|
|||
sha256: a25f1817a557da703ab685e6b98550cd7ed87e4a74573b5057e6e2f26b21140e
|
||||
uri: https://huggingface.co/mradermacher/Qwen3-Coder-30B-A3B-Instruct-RTPurbo-i1-GGUF/resolve/main/Qwen3-Coder-30B-A3B-Instruct-RTPurbo.i1-Q4_K_M.gguf
|
||||
- name: "glm-4.5v-i1"
|
||||
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
|
||||
urls:
|
||||
- https://huggingface.co/mradermacher/GLM-4.5V-i1-GGUF
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue