Added BURN library to Cargo

This commit is contained in:
Maddox Werts 2025-03-17 09:55:15 -04:00
parent e24f6ff7dc
commit be12de2c94

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
burn = { version = "0.16.0", features = ["webgpu", "train", "vision"] }