Skip to main content

Module infer

Module infer 

Source

Modules§

rope

Structs§

SundialModel
Sundial reads its own architecture (layer count, flow depth, output length, sampling steps) straight out of the GGUF metadata written at conversion time — there is no separate InferConfig/config.json needed for inference (unlike every other model in the workspace). SundialModelBuilder only exposes the two things a caller can actually tune at load time: the compute device and an ODE step-count override.
SundialModelBuilder
Fluent constructor for SundialModel.