chore(代码变更): 1. 清理无用代码 2. 更新依赖库 3. 优化项目结构 4. 修复小型bug 5. 增加注释以提高可读性
This commit is contained in:
+5
-2
@@ -3,8 +3,11 @@ members = [
|
||||
"crates/minicpm-core",
|
||||
"crates/minicpm-convert",
|
||||
"crates/minicpm-inference",
|
||||
"examples/convert",
|
||||
"examples/flex-backend",
|
||||
"examples/wgpu-backend",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user