Skip to content

Commit 84b9cdc

Browse files
mudlergithub-actions[bot]
authored andcommitted
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c03e532 commit 84b9cdc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

gallery/index.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
---
2+
- name: "mirothinker-v1.5-235b-i1"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
urls:
5+
- https://huggingface.co/mradermacher/MiroThinker-v1.5-235B-i1-GGUF
6+
description: |
7+
The **MiroThinker-v1.5-235B** is an open-source, large language model (235 billion parameters) developed by **miromind-ai**, designed for reasoning, generation, and multi-turn dialogue. It is part of the **MiroChain** series, a research effort focused on advanced language understanding and task-specific capabilities. The model is optimized for efficiency through quantization (e.g., IQ3_XXS, Q2_K), but its core architecture and training are based on the original **miromind-ai/MiroThinker-v1.5-235B** base model. It is available as a GGUF file for efficient deployment, with support for multi-part file concatenation. The model is accessible via HuggingFace and is tagged as "agent," "open-source," and "deep-research."
8+
overrides:
9+
parameters:
10+
model: llama-cpp/models/MiroThinker-v1.5-235B.imatrix.gguf
11+
name: MiroThinker-v1.5-235B-i1-GGUF
12+
backend: llama-cpp
13+
template:
14+
use_tokenizer_template: true
15+
known_usecases:
16+
- chat
17+
function:
18+
grammar:
19+
disable: true
20+
description: Imported from https://huggingface.co/mradermacher/MiroThinker-v1.5-235B-i1-GGUF
21+
options:
22+
- use_jinja:true
23+
files:
24+
- filename: llama-cpp/models/MiroThinker-v1.5-235B.imatrix.gguf
25+
sha256: 05364bac2e5d6ec2ff9a22e2b6f1529a29d97b24270a5710b5ea859d77206088
26+
uri: https://huggingface.co/mradermacher/MiroThinker-v1.5-235B-i1-GGUF/resolve/main/MiroThinker-v1.5-235B.imatrix.gguf
227
- name: "lfm2.5-1.2b-nova-function-calling"
328
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
429
urls:

0 commit comments

Comments
 (0)