From 3bd23f0d60e71a8a4ef5595d166fc73dc66281ff Mon Sep 17 00:00:00 2001 From: RJ Larson Date: Thu, 23 Oct 2025 17:06:35 -0400 Subject: [PATCH] Update crates.yaml to add Volta Volta is a PyTorch inspired ML framework, currently a work in progress, but I feel it's progressed enough to be worth adding to AWLY. --- _data/crates.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/crates.yaml b/_data/crates.yaml index b37e8d38..2155556a 100644 --- a/_data/crates.yaml +++ b/_data/crates.yaml @@ -527,8 +527,13 @@ description: "A handwriting transformer model project developed from YdrMaster/llama2.rs" license: MIT topics: ["neural-networks"] + +- repository: https://github.com/rlarson20/Volta + description: "A PyTorch-inspired tensor and autograd engine" + license: MIT + topics: ["neural-networks"] - repository: https://github.com/YdrMaster/operators-rs description: "Multi-hardware support operator library" license: MIT - topics: ["neural-networks"] \ No newline at end of file + topics: ["neural-networks"]