brainwires-training (DEPRECATED)
This crate has been moved to
rullama-training in the sibling
rullama workspace.
In v0.10 this crate was renamed from a fine-tune-pipeline crate into a
placeholder for from-scratch training work; the fine-tune content moved to
brainwires-finetune.
In v0.11.0 the placeholder itself moved out to rullama-training, alongside
the broader low-level training stack rullama owns.
There is no re-export shim — depending on this crate gets you nothing.
Migration
# Before
= "0.10"
# After (depend on rullama directly)
= { = "https://github.com/Brainwires/rullama" }
For cloud fine-tune APIs (OpenAI, Anthropic, Vertex, Bedrock), use
brainwires-finetune instead.