eugenehp/qwen3-0.6b-gguf overview
Qwen3 0.6B Q4 K M GGUF RLX staging Qwen3 0.6B Q4 K M GGUF + tokenizer.json for packed RLX prefill. | Field | Value | | | | | Hub id | eugenehp/qwen3 0.6b gguf …
Runs locally from ~461.8 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Qwen3-0.6B-Q4_K_M.gguf | GGUF | Q4_K_M | 461.8 MB | Download |
Model Details
| Model ID | eugenehp/qwen3-0.6b-gguf |
|---|---|
| Author | eugenehp |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | — |
| Last modified | 2026-07-24T01:12:29.000Z |
Model README
---
license: apache-2.0
pipeline_tag: text-generation
library_name: rlx
tags:
- qwen3
- gguf
- rlx
---
Qwen3-0.6B Q4_K_M GGUF (RLX staging)
Qwen3-0.6B Q4_K_M GGUF + tokenizer.json for packed RLX prefill.
| Field | Value |
|---|---|
| Hub id | eugenehp/qwen3-0.6b-gguf |
| Kind | Staging redistrib of an upstream checkpoint for RLX runners. |
| RLX crate | rlx-qwen3 |
| Upstream | https://huggingface.co/unsloth/Qwen3-0.6B-GGUF |
Quick start
hf download eugenehp/qwen3-0.6b-gguf --local-dir .
cargo run -p rlx-qwen3 --release -- --weights Qwen3-0.6B-Q4_K_M.gguf --packed --device metal
File highlights
Qwen3-0.6B-Q4_K_M.gguf(461.8 MiB)tokenizer.json(10.9 MiB)
Run with RLX
Clone rlx-models, place this repo under weights/lm/qwen3-0.6b-gguf (or pass the path explicitly), then:
cargo run -p rlx-qwen3 --release -- --weights Qwen3-0.6B-Q4_K_M.gguf --packed --device metal
License
Apache License 2.0 — see LICENSE. Inherit upstream terms when redistributing.
Original weights and authorship: https://huggingface.co/unsloth/Qwen3-0.6B-GGUF
Redistrib note
This Hub repo exists so RLX recipes have a stable fetch target. When you only need the upstream checkpoint, prefer the Upstream link above.
Run eugenehp/qwen3-0.6b-gguf with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models