From 42042d1a55c3e3e8ba191f245efa9976031027fc Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Thu, 13 Feb 2025 11:18:56 -0500 Subject: [PATCH] adding --- Cargo.toml | 4 ++-- dependencies.bellande | 27 ++++++++++++++++++++++ scripts/bellos/make_rust_executable.bellos | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1e1d7e..b63f41b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ name = "bellande_artificial_intelligence_framework" version = "0.1.0" edition = "2021" -authors = ["Bellande Artificial Intelligence Computer Vision Research Innovation (BAICVRI) "] +authors = ["Bellande Artificial Intelligence Computer Vision Research Innovation Center (BAICVRI) ", "Ronaldson Bellande"] description = """ -A comprehensive artificial intelligence and computer vision training framework developed by Bellande AI Research. +A comprehensive artificial intelligence and computer vision training framework developed by Bellande Artificial Intelligence Computer Vision Research Innovation Center. Provides tools and utilities for machine learning model development, training, and deployment. """ diff --git a/dependencies.bellande b/dependencies.bellande index e69de29..dfa1604 100644 --- a/dependencies.bellande +++ b/dependencies.bellande @@ -0,0 +1,27 @@ +rand: "0.8" + +rand_distr: "0.4" + +serde: "1.0" + features: + derive + +serde_json: "1.0" + +serde_yaml: "0.9" + +num_cpus: "1.13" + +rayon: "1.5" + +plotters: "0.3" + +cudarc: "0.9" + features: + optional + +glob: "0.3.1" + +bincode: "1.3.3" + +sys-info: "0.9" diff --git a/scripts/bellos/make_rust_executable.bellos b/scripts/bellos/make_rust_executable.bellos index e327563..fa71c35 100755 --- a/scripts/bellos/make_rust_executable.bellos +++ b/scripts/bellos/make_rust_executable.bellos @@ -1 +1 @@ -bellande_rust_executable -d ../../dependencies.bellande -s ../../src -m bellande_artificial_intelligence_training_framework.rs -o ../../executable/bellande_artificial_intelligence_training_framework +bellande_rust_executable -d ../../dependencies.bellande -s ../../src -m bellande_artificial_intelligence_framework.rs -sp ./src -o ../../executable/bellande_artificial_intelligence_training_framework