Files
2026-07-13 12:45:29 +08:00

18 lines
382 B
TOML

[package]
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
edition.workspace = true
license.workspace = true
name = "custom-training-loop"
publish = false
version.workspace = true
[lints]
workspace = true
[dependencies]
burn = { workspace = true, features = ["autodiff", "webgpu", "vision"] }
guide = { path = "../guide" }
# Serialization
log = { workspace = true }