Logo
Explore Help
Sign In
macrocc/MiniCPM5-1B-rust
1
0
Fork 0
You've already forked MiniCPM5-1B-rust
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
MiniCPM5-1B-rust/examples/convert/Cargo.toml
T

14 lines
304 B
TOML
Raw Permalink Normal View History

feat(转换工具): 1. 添加模型转换示例 2. 更新 Cargo.toml 文件以包含新依赖 3. 删除过时的模型指南文档 4. 更新 README 文件以反映项目结构和使用说明
2026-07-08 15:13:57 +08:00
[package]
name = "convert"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "convert"
path = "src/main.rs"
[dependencies]
minicpm-convert = { path = "../../crates/minicpm-convert" }
feat(转换工具): 1. 更新依赖库 burn,启用 wgpu、fusion 和 autotune 特性 2. 修改主程序以使用 Wgpu 设备进行模型转换 3. 更新输出信息以反映 GPU 加速
2026-07-08 15:22:00 +08:00
burn = { version = "0.21", default-features = false, features = ["std", "wgpu", "fusion", "autotune"] }
feat(转换工具): 1. 添加模型转换示例 2. 更新 Cargo.toml 文件以包含新依赖 3. 删除过时的模型指南文档 4. 更新 README 文件以反映项目结构和使用说明
2026-07-08 15:13:57 +08:00
anyhow = "1.0"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.1 Page: 55ms Template: 3ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API