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