feat(转换工具): 1. 添加模型转换示例 2. 更新 Cargo.toml 文件以包含新依赖 3. 删除过时的模型指南文档 4. 更新 README 文件以反映项目结构和使用说明
This commit is contained in:
Generated
+13
@@ -564,6 +564,7 @@ version = "0.21.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0098bf6555c151517b4c98ca0e8ed1ab6a976e40f5f4e967c117b00eee21e192"
|
||||
dependencies = [
|
||||
"aligned-vec",
|
||||
"burn-backend",
|
||||
"burn-ir",
|
||||
"burn-std",
|
||||
@@ -571,7 +572,9 @@ dependencies = [
|
||||
"gemm",
|
||||
"half",
|
||||
"libm",
|
||||
"macerator",
|
||||
"num-traits",
|
||||
"rayon",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -749,6 +752,7 @@ dependencies = [
|
||||
"aligned-vec",
|
||||
"bon",
|
||||
"burn-cubecl",
|
||||
"burn-flex",
|
||||
"burn-fusion",
|
||||
"burn-ir",
|
||||
"burn-tensor",
|
||||
@@ -1080,6 +1084,15 @@ version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "136d3e02915a2cea4d74caa8681e2d44b1c3254bdbf17d11d41d587ff858832c"
|
||||
|
||||
[[package]]
|
||||
name = "convert"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"burn",
|
||||
"minicpm-convert",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "convert_case"
|
||||
version = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user