Files
MiniCPM5-1B-rust/examples/convert/Cargo.toml
T

14 lines
304 B
TOML

[package]
name = "convert"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "convert"
path = "src/main.rs"
[dependencies]
minicpm-convert = { path = "../../crates/minicpm-convert" }
burn = { version = "0.21", default-features = false, features = ["std", "wgpu", "fusion", "autotune"] }
anyhow = "1.0"