mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-04 23:14:41 -04:00
fix: include virtual config
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user