Expand description
Hybrid attn+SSM engine stub (Jamba / LFM2 / Nemotron-H / Qwen3.5 GDN / …).
Fail-closed at load via HybridEngine::reject (used by
crate::engine_factory for nemotron_h and other hybrid arches).
Qwen-style GDN math: crate::gdn. GGUF hparams + GDN weight load
skeleton: crate::hybrid_gguf_loader (try_load still
UnsupportedFeature until this engine assembles layers for serve).
Structs§
- Hybrid
Engine - Placeholder hybrid serve handle.
- Hybrid
Unavailable