chore(代码变更): 1. 清理无用代码 2. 更新依赖库 3. 优化项目结构 4. 修复小型bug 5. 增加注释以提高可读性

This commit is contained in:
2026-07-08 10:44:32 +08:00
parent 4b342ef62f
commit d88afb5fe7
22 changed files with 1068 additions and 654372 deletions
+2 -1
View File
@@ -9,4 +9,5 @@ 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"
serde_json = "1.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }