File size: 843 Bytes
f80f938
8af3c88
 
 
 
f80f938
 
 
8af3c88
 
 
f80f938
 
8af3c88
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: AGILLM 4.3 GUI (CPU)
emoji: 🦊
colorFrom: blue
colorTo: green
sdk: gradio
app_file: app.py
pinned: false
license: mit
models:
  - OpenTransformer/AGILLM-4.3
---

# AGILLM 4.3 — Local Inference GUI (free CPU Space)

Web version of the AGILLM 4.3 desktop GUI. 1.2B-parameter research LLM trained
from scratch (DiffusionBlocks + MoE, AR/SAT/NAT decode heads).

- **NAT** (non-autoregressive mask-predict): fastest head; streaming shows the
  token canvas filling in confidence order — a live view of the parallel decode.
- **SAT var / SAT fixed**: semi-autoregressive block decode (gate-chosen vs
  fixed stride).
- **AR**: classic left-to-right decode, streams token by token.

The checkpoint is mid-pretraining — output is word-salad by design at this
stage. Free CPU is slow; see the ZeroGPU twin Space for fast generation.