vyre-primitives 0.4.1

Compositional primitives for vyre — marker types (always on) + Tier 2.5 LEGO substrate (feature-gated per domain).
Documentation
1
2
3
4
5
6
7
//! Tier 2.5 neural-network primitives.

/// Reusable attention score / normalization passes.
pub mod attention_passes;

/// Reusable Quest-style KV paging passes.
pub mod quest_paging_passes;