foundry-local-sdk 2.0.1

Local AI model inference powered by the Foundry Local Core engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Internal implementation detail of the Foundry Local SDK.
//!
//! Nothing in this module is part of the public API.

pub(crate) mod api;
pub(crate) mod ffi;
pub(crate) mod info;
pub(crate) mod items;
pub(crate) mod manager;
pub(crate) mod model;
pub(crate) mod native;
pub(crate) mod session;
pub(crate) mod task;