2026-07-01 14:33:28 +08:00
|
|
|
[package]
|
|
|
|
|
name = "minicpm-core"
|
2026-07-08 15:27:48 +08:00
|
|
|
version = "0.2.0"
|
2026-07-01 14:33:28 +08:00
|
|
|
edition = "2021"
|
2026-07-01 15:45:58 +08:00
|
|
|
publish = ["gitea"]
|
2026-07-01 14:33:28 +08:00
|
|
|
|
2026-07-08 15:07:21 +08:00
|
|
|
[features]
|
|
|
|
|
default = ["avx2"]
|
|
|
|
|
avx2 = []
|
|
|
|
|
|
2026-07-01 14:33:28 +08:00
|
|
|
[dependencies]
|
2026-07-01 16:23:03 +08:00
|
|
|
burn = { version = "0.21", default-features = false, features = ["std"] }
|
2026-07-01 14:33:28 +08:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
anyhow = "1.0"
|