diff --git a/Cargo.lock b/Cargo.lock index 4ed20b8..876c206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3264,7 +3264,7 @@ dependencies = [ [[package]] name = "minicpm-convert" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "burn", @@ -3276,7 +3276,7 @@ dependencies = [ [[package]] name = "minicpm-core" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "burn", @@ -3286,7 +3286,7 @@ dependencies = [ [[package]] name = "minicpm-inference" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "burn", diff --git a/crates/minicpm-convert/Cargo.toml b/crates/minicpm-convert/Cargo.toml index c6b069b..c08541b 100644 --- a/crates/minicpm-convert/Cargo.toml +++ b/crates/minicpm-convert/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "minicpm-convert" -version = "0.1.2" +version = "0.2.0" edition = "2021" publish = ["gitea"] [dependencies] -minicpm-core = { path = "../minicpm-core", version = "0.1.2", registry = "gitea" } +minicpm-core = { path = "../minicpm-core", version = "0.2.0", registry = "gitea" } burn = { version = "0.21", default-features = false, features = ["std"] } memmap2 = "0.9" anyhow = "1.0" diff --git a/crates/minicpm-core/Cargo.toml b/crates/minicpm-core/Cargo.toml index 0ef0bb2..c998120 100644 --- a/crates/minicpm-core/Cargo.toml +++ b/crates/minicpm-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minicpm-core" -version = "0.1.2" +version = "0.2.0" edition = "2021" publish = ["gitea"] diff --git a/crates/minicpm-inference/Cargo.toml b/crates/minicpm-inference/Cargo.toml index 80a330f..42e0997 100644 --- a/crates/minicpm-inference/Cargo.toml +++ b/crates/minicpm-inference/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "minicpm-inference" -version = "0.1.2" +version = "0.2.0" edition = "2021" publish = ["gitea"] [dependencies] -minicpm-core = { path = "../minicpm-core", version = "0.1.2", registry = "gitea" } +minicpm-core = { path = "../minicpm-core", version = "0.2.0", registry = "gitea" } burn = { version = "0.21", default-features = false, features = ["std", "autotune"] } tokenizers = "0.20" rand = "0.8" diff --git a/readme.md b/readme.md index 62f3a26..b9ff9b4 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# MiniCPM5-1B-rust +# MiniCPM5-1B-rust (v0.2.0) MiniCPM5-1B 模型的 Rust 推理实现,基于 [Burn](https://github.com/tracel-ai/burn) 框架。