foundry-local-sdk 1.1.0

Local AI model inference powered by the Foundry Local Core engine
1
2
3
4
5
6
pub(crate) mod core_interop;
pub(crate) mod model;
mod model_load_manager;
pub(crate) mod model_variant;

pub use self::model_load_manager::ModelLoadManager;