Expand description
§ffai-models
Weight management for FFai. Core principle: weights are data, not
code — the repo holds only TOML manifests describing each model (files,
source, checksums, and crucially its license, which is often different
from FFai’s). Weights are fetched into a local cache, never vendored.
Phase 0 ships manifests + cache resolution; the downloader (Hugging Face hub, resumable, checksum-verified) lands in Phase 1.
Structs§
- Model
File - One weight/config file belonging to a model.
- Model
Manifest - A model manifest (
models/*.toml). - Resolved
Model - A model whose files are all present locally, with their resolved paths.