GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

forkjoin-ai/qwen3-4b-gguf overview

Qwen3 4b GGUF, Q4 K M Production ready GGUF quantization of Qwen/Qwen3 4B https://huggingface.co/Qwen/Qwen3 4B for distributed text generation and conversation…

ggufqwen2affectivelyedgeworkaetherdistributed-inferenceedge-deploymenttext-generationenbase_model:Qwen/Qwen3-4Bbase_model:quantized:Qwen/Qwen3-4Blicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~3.99 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
28
Likes
0
Pipeline
text-generation

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwen3-4B-Q8_0.ggufGGUFQ8_03.99 GBDownload

Model Details

Model IDforkjoin-ai/qwen3-4b-gguf
Authorforkjoin-ai
Pipelinetext-generation
Licenseapache-2.0
Base modelQwen/Qwen3-4B
Last modified2026-06-30T03:38:23.000Z

Model README

---

language:

- en

license: apache-2.0

library_name: gguf

tags:

- gguf

- qwen2

- affectively

- edgework

- aether

- distributed-inference

- edge-deployment

base_model: Qwen/Qwen3-4B

base_model_relation: quantized

pipeline_tag: text-generation

---

Qwen3 4b (GGUF, Q4_K_M)

> Production-ready GGUF quantization of Qwen/Qwen3-4B for distributed text generation and conversation — powered by the Aether edge inference runtime on Edgework.ai.

Model Details

| Property | Value |

|----------|-------|

| Base model | Qwen/Qwen3-4B |

| Parameters | 4B |

| Architecture | Qwen2 |

| Quantization | Q4_K_M |

| Format | GGUF |

| Size | ~2.4 GB |

| License | apache-2.0 |

Usage

With llama.cpp

./llama-cli -m Qwen3-4B-Q8_0.gguf -p "Your prompt here" -n 256

With Aether (Distributed Inference)

This model is deployed across the Aether distributed inference network. Weights are layer-sharded and distributed across multiple edge nodes for parallel inference.

Also available: .knot (sovereign format)

This repo ships qwen3-4b.knot — the model weights in the KNOT container that the Aether distributed-inference runtime loads natively (the GGUF, when present, sits right beside it). A KNOT is a single self-describing file with a JSON table-of-contents, so any single tensor is one HTTP Range request — ideal for streaming weights to edge nodes.

| | GGUF | KNOT |

|---|---|---|

| Container | format-specific header | single file, JSON table-of-contents |

| Per-tensor fetch | whole-file oriented | one tensor = one Range request |

| Ecosystem | broad (llama.cpp, …) | Aether / Gnosis runtime |

huggingface-cli download forkjoin-ai/qwen3-4b-gguf qwen3-4b.knot --local-dir ./knots

Full format spec: KNOT_FORMAT.md. Inspect the header with bun run open-source/bitwise/scripts/dump-knot.ts qwen3-4b.knot.

Deployment Architecture

This model runs on the Aether distributed inference runtime — a custom engine that shards model layers across multiple nodes for parallel execution:

  1. Coordinator receives requests and manages token generation
  2. Layer nodes each hold a subset of model layers (2 nodes for this model)
  3. Hidden states flow between nodes via gRPC
  4. Zero cold start via warm pool scheduling

Deployed via Edgework.ai — bringing fast, cheap, and private inference as close to the user as possible.

About

Published by AFFECTIVELY · Managed by @buley

We quantize and publish production-ready models for distributed edge inference via the Aether runtime. Every release is tested for correctness and stability before publication.

Run forkjoin-ai/qwen3-4b-gguf with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models