Skip to main content

Crate sapient_runtime

Crate sapient_runtime 

Source
Expand description

SAPIENT runtime — model loading and session management.

Re-exports§

pub use model::Model;
pub use model::ModelConfig;
pub use session::InferenceSession;
pub use session::SessionOptions;

Modules§

model
Model — loaded model metadata and compiled IR.
session
InferenceSession — the primary user-facing API.