latest pushes
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
2025-01-31 11:11:32 -05:00
parent 7fabe7f5d3
commit 1ccdbdd906
4 changed files with 117 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ pub mod training;
pub mod utilities;
const VERSION: &str = env!("CARGO_PKG_VERSION");
const FRAMEWORK_NAME: &str = "Bellande AI Training Framework";
const FRAMEWORK_NAME: &str = "Bellande AI Framework";
pub struct Framework {
config: utilities::config::Configuration,