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

27 lines
435 B
TOML

[package]
authors = ["Dilshod Tadjibaev (@antimora)"]
edition.workspace = true
license = "MIT OR Apache-2.0"
name = "import-model-weights"
publish = false
version.workspace = true
[lints]
workspace = true
[dependencies]
burn = { workspace = true, features = [
"default",
"flex",
"dataset",
"vision",
] }
burn-store = { workspace = true, features = [
"std",
"pytorch",
"safetensors",
"burnpack",
] }