Skip to content

Commit b720f45

Browse files
feat(gallery): add Supra2 100M Instruct
Add the official F16 GGUF build of the compact Apache-2.0 Qwen3-family chat model with its native 2K context limit. Assisted-by: Codex:gpt-5
1 parent 2207677 commit b720f45

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
---
2+
- name: "supra2-100m-instruct"
3+
url: "github:mudler/LocalAI/gallery/qwen3.yaml@master"
4+
urls:
5+
- https://huggingface.co/SupraLabs/Supra2-100M-Instruct
6+
description: |
7+
Supra2-100M-Instruct is a compact English chat model trained from scratch by
8+
SupraLabs on the Qwen3 architecture. It has 100 million parameters, a
9+
2,048-token context window, and is intended for lightweight experiments and
10+
constrained edge deployments. This entry uses the publisher's official F16
11+
GGUF build.
12+
license: "apache-2.0"
13+
tags:
14+
- llm
15+
- gguf
16+
- cpu
17+
- gpu
18+
- chat
19+
- qwen3
20+
- edge
21+
- english
22+
last_checked: "2026-08-11"
23+
overrides:
24+
parameters:
25+
context_size: 2048
26+
model: Supra2-100M-SFT-F16.gguf
27+
files:
28+
- filename: Supra2-100M-SFT-F16.gguf
29+
uri: huggingface://SupraLabs/Supra2-100M-Instruct/Supra2-100M-SFT-F16.gguf
30+
sha256: f88228c3dcc13b5ee2333cbb6fc2416de908e5b8adabd39bf9ee4378f28451eb
231
- &muse-glimmer-30b
332
name: "muse-glimmer-30b"
433
variants:

0 commit comments

Comments
 (0)