mirror of https://github.com/tracel-ai/burn.git
20 lines
433 B
TOML
20 lines
433 B
TOML
[package]
|
|
authors = ["Dilshod Tadjibaev (@antimora)"]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "onnx-inference"
|
|
publish = false
|
|
version.workspace = true
|
|
|
|
[features]
|
|
default = ["embedded-model"]
|
|
|
|
embedded-model = []
|
|
|
|
[dependencies]
|
|
burn = { path = "../../crates/burn", features = ["ndarray", "dataset", "vision"] }
|
|
serde = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
burn-import = { path = "../../crates/burn-import" }
|