-
Notifications
You must be signed in to change notification settings - Fork 0
Glossary
Raul Montoya Cardenas edited this page Jul 29, 2026
·
2 revisions
| Term | Definition |
|---|---|
| Tensor | Row-major Vec<f32> + shape + strides |
| TransformerLM | Decoder-only stacked blocks + LM head |
| OlmoeRouter | Family-aware MoE router API (not OLMoE-only despite name) |
| RoutingMode | StubUniform / DenseSim / SpikingSim |
| EMBEDDING_DIM | Internal router embedding width 2048 |
| synapse_source |
real | routing-f32 | synthetic-fallback
|
| GGUF | Binary weight format (v3) |
| engram-parser | Future canonical GGUF parser crate |
| HybridError | Alias of CortexError for ported call sites |
| SAAQ | Spiking Adaptive Activity campaign consumers of router metadata |
Last updated: July 29, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: 37c5a21 (main)