15 lines
398 B
TOML
15 lines
398 B
TOML
[package]
|
|
name = "minicpm-inference"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
publish = ["gitea"]
|
|
|
|
[dependencies]
|
|
minicpm-core = { path = "../minicpm-core", version = "0.1.2", registry = "gitea" }
|
|
burn = { version = "0.21", default-features = false, features = ["std"] }
|
|
tokenizers = "0.20"
|
|
rand = "0.8"
|
|
anyhow = "1.0"
|
|
memmap2 = "0.9"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0" |