Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions gallery/index.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
---
- name: "supra2-100m-instruct"
url: "github:mudler/LocalAI/gallery/qwen3.yaml@master"
urls:
- https://huggingface.co/SupraLabs/Supra2-100M-Instruct
description: |
Supra2-100M-Instruct is a compact English chat model trained from scratch by
SupraLabs on the Qwen3 architecture. It has 100 million parameters, a
2,048-token context window, and is intended for lightweight experiments and
constrained edge deployments. This entry uses the publisher's official F16
GGUF build.
license: "apache-2.0"
tags:
- llm
- gguf
- cpu
- gpu
- chat
- qwen3
- edge
- english
last_checked: "2026-08-11"
overrides:
parameters:
context_size: 2048
model: Supra2-100M-SFT-F16.gguf
files:
- filename: Supra2-100M-SFT-F16.gguf
uri: huggingface://SupraLabs/Supra2-100M-Instruct/Supra2-100M-SFT-F16.gguf
sha256: f88228c3dcc13b5ee2333cbb6fc2416de908e5b8adabd39bf9ee4378f28451eb
- &twil-lm3
name: "twil-lm3-q4"
variants:
Expand Down
Loading