CoolFace
Modelpublic

forkjoin-ai/tinyllama-1.1b-gguf

sourceHugging Facellama3.1updated 4mo agoView on Hugging Face
0likes31downloads
Model Card

Tinyllama 1.1b (GGUF, Q4KM)

Production-ready GGUF quantization of TinyLlama/TinyLlama-1.1B-Chat-v1.0 for distributed text generation and conversation — powered by the Aether edge inference runtime on Edgework.ai.

Model Details

PropertyValue
Base modelTinyLlama/TinyLlama-1.1B-Chat-v1.0
Parameters1.1B
ArchitectureLLaMA
QuantizationQ4KM
FormatGGUF
Size~0.64 GB
Licensellama3.1

Usage

With llama.cpp

bash
./llama-cli -m tinyllama-1.1b-chat-v1.0.Q4_K_M.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 `tinyllama-1.1b.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.

GGUFKNOT
Containerformat-specific headersingle file, JSON table-of-contents
Per-tensor fetchwhole-file orientedone tensor = one Range request
Ecosystembroad (llama.cpp, …)Aether / Gnosis runtime
bash
huggingface-cli download forkjoin-ai/tinyllama-1.1b-gguf tinyllama-1.1b.knot --local-dir ./knots

Full format spec: KNOT_FORMAT.md. Inspect the header with bun run open-source/bitwise/scripts/dump-knot.ts tinyllama-1.1b.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. 1.Coordinator receives requests and manages token generation
  2. 2.Layer nodes each hold a subset of model layers (2 nodes for this model)
  3. 3.Hidden states flow between nodes via gRPC
  4. 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.