27 lines
435 B
TOML
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",
|
|
] }
|