Skip to content

Glossary

Raul Montoya Cardenas edited this page Jul 29, 2026 · 2 revisions

Glossary

Wiki hero

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)

Term Definition
engram Memory trace metaphor — frozen weights extracted from checkpoints
GGUF GGML Unified Format binary (v3)
GgufLayout Parsed metadata + tensor directory + full file bytes
Tensor Directory entry (shape/dtype/offsets), not a math tensor
DType GGML type enum / Other(u32)
Stacked MoE Single *_exps.weight tensor with expert axis
Per-expert MoE Separate ffn_role.E.weight tensors
RawTensor Owned byte buffer + dims + dtype for one projection
MoeExpertWeights Optional gate/up/down for one (block, expert)
Zero-dep Empty [dependencies]
MSRV 1.87

See Also


Last updated: July 29, 2026 Updated by: Grok Build: Grok 4.5 Package tip reference: 07a5558 (main)

Clone this wiki locally