adding
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
Ronaldson Bellande 2025-02-13 11:18:56 -05:00
parent 73208d28bb
commit 42042d1a55
3 changed files with 30 additions and 3 deletions

View File

@ -2,9 +2,9 @@
name = "bellande_artificial_intelligence_framework"
version = "0.1.0"
edition = "2021"
authors = ["Bellande Artificial Intelligence Computer Vision Research Innovation (BAICVRI) <ronaldsonbellande@gmail.com>"]
authors = ["Bellande Artificial Intelligence Computer Vision Research Innovation Center (BAICVRI) <ronaldsonbellande@gmail.com>", "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.
"""

View File

@ -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"

View File

@ -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