Views
No views yet
Production-ready GGUF quantization of meta-llama/Llama-3.3-70B-Instruct for distributed text generation and conversation — powered by the Aether edge inference runtime on Edgework.ai.
| Property | Value |
|---|---|
| Base model | meta-llama/Llama-3.3-70B-Instruct |
| Parameters | 70B |
| Architecture | LLaMA |
| Quantization | Q4_K_M |
| Format | GGUF |
| Size | ~42 GB |
| License | llama3.3 |
./llama-cli -m Llama-3.3-70B-Instruct-Q4_K_M.gguf -p "Your prompt here" -n 256.knot (sovereign format)llama-3.3-70b-instruct.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/llama-3.3-70b-instruct-gguf llama-3.3-70b-instruct.knot --local-dir ./knotsbun run open-source/bitwise/scripts/dump-knot.ts llama-3.3-70b-instruct.knot.