Expand description
§Brainwires Training
Model training and fine-tuning for the Brainwires Agent Framework.
Supports cloud fine-tuning (OpenAI, Together, Fireworks, Anyscale, Bedrock, Vertex) and local adapter training (LoRA, QLoRA, DoRA) via Burn framework.
Re-exports§
pub use config::AdapterMethod;pub use config::AlignmentMethod;pub use config::LoraConfig;pub use config::LrScheduler;pub use config::TrainingHyperparams;pub use error::TrainingError;pub use types::DatasetId;pub use types::TrainingJobId;pub use types::TrainingJobStatus;pub use types::TrainingJobSummary;pub use types::TrainingMetrics;pub use types::TrainingProgress;pub use cloud::CloudFineTuneConfig;pub use cloud::FineTuneProvider;pub use cloud::FineTuneProviderFactory;pub use manager::TrainingManager;