Views
No views yet
Production-ready GGUF quantization of deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B for distributed text generation and conversation — powered by the Aether edge inference runtime on Edgework.ai.
| Property | Value |
|---|---|
| Base model | deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B |
| Parameters | 1.5B |
| Architecture | Qwen2 |
| Quantization | Q4_K_M |
| Format | GGUF |
| Size | ~0.9 GB |
| License | apache-2.0 |
./llama-cli -m DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M.gguf -p "Your prompt here" -n 256.knot (sovereign format)deepseek-r1-1.5b.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/deepseek-r1-distill-qwen-1.5b-gguf deepseek-r1-1.5b.knot --local-dir ./knotsbun run open-source/bitwise/scripts/dump-knot.ts deepseek-r1-1.5b.knot.