feat(版本更新): 1. 将 minicpm-convert、minicpm-core 和 minicpm-inference 的版本更新至 0.2.0 2. 更新 README 文件以反映新版本信息

This commit is contained in:
2026-07-08 15:27:48 +08:00
parent 564b1e4a09
commit bf7e0f5dc0
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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"