Views
No views yet
.mxq body); the CPU handles tokenization, embedding lookup, chat templating, and sampling via llama.cpp.1# Auto-download and run
2llama-cli-mblt -hf mobilint/Qwen3-0.6B-GGUF
3
4# Or from a local directory
5llama-cli-mblt -M /path/to/Qwen3-0.6B-GGUF| Tool | Purpose |
|---|---|
llama-cli-mblt | Interactive chat / single-prompt CLI |
llama-simple-mblt | Minimal text generation |
llama-server-mblt | OpenAI-compatible HTTP server |
llama-bench-mblt | Prefill + decode throughput benchmark |
llama-perplexity-mblt | Perplexity on a text corpus |
llama-compare-mblt | Output comparison (KL divergence + cosine) |
| File | Purpose |
|---|---|
Qwen3-0.6B-W8.mxq | Pre-compiled NPU model (W8 quantized, Single-IO, Regulus single-core) |
qwen3-0.6b-vocab.gguf | Vocab-only GGUF (tokenizer + chat template) |
target_emb.bin | Input embedding matrix (float32, shape [vocab=151936, hidden=1024]) |
config.json | Model geometry (hidden_size, layers, RoPE θ, etc.) |
proxy_qwen3.py | Optional HF transformers proxy class |
README.md | This file |
single (Regulus has 1 cluster × 1 local core).config.json).Qwen/Qwen3-0.6B. The original model is © Alibaba Cloud and is distributed under the Apache 2.0 license — see the upstream LICENSE for terms..mxq + .safetensors is available at mobilint/Qwen3-0.6B; this repo is the llama.cpp-mblt-ready bundle.