Skip to main content

Module hybrid_engine

Module hybrid_engine 

Source
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§

HybridEngine
Placeholder hybrid serve handle.
HybridUnavailable