feat(crates): 升级 minicpm 相关包版本到 0.1.2

This commit is contained in:
2026-07-01 17:54:56 +08:00
parent faeeaf7409
commit 4b342ef62f
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
[package]
name = "minicpm-convert"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = ["gitea"]
[dependencies]
minicpm-core = { path = "../minicpm-core", version = "0.1.1", registry = "gitea" }
minicpm-core = { path = "../minicpm-core", version = "0.1.2", registry = "gitea" }
burn = { version = "0.21", default-features = false, features = ["std"] }
memmap2 = "0.9"
anyhow = "1.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "minicpm-core"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = ["gitea"]
+2 -2
View File
@@ -1,11 +1,11 @@
[package]
name = "minicpm-inference"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = ["gitea"]
[dependencies]
minicpm-core = { path = "../minicpm-core", version = "0.1.1", registry = "gitea" }
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"