Skip to main content

kime_train/
lib.rs

1//! Training, distillation and calibration fitting. Outside the inference graph on purpose, so nothing it pulls in reaches the server binary. See spec/12-training.md.
2
3#![forbid(unsafe_code)]