在手机上运行大模型(使用MLC-LLM) #66
Valdanitooooo
started this conversation in
General
Replies: 1 comment
-
这个和官网的API手册不一样啊 这个像手册中IOS的做法。请问这个做法和 官网的mlc_llm package 方法有很大不同么?我可以添加你的联系方式么?有偿请教问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
计划
核心步骤
环境准备
按照文档操作即可:https://llm.mlc.ai/docs/deploy/android.html
1. 将模型文件转换为MLC模型
懒得转换可以下载官方转换好的:https://hf-mirror.com/mlc-ai
2. 生成MLC模型配置文件
3. 编译MLC模型Android库文件
4. 编辑MLC模型配置文件
estimated_vram_bytes 参数随便填一下即可
5. MLC模型Android库文件 与 TVM Unity 的 Java 运行时捆绑
6. 打包apk文件并安装到手机中
也可以直接用Android Studio 安装到手机
录了段视频
安装好后要把MLC模型导入到App数据目录
重启App既可以开始使用
Beta Was this translation helpful? Give feedback.
All reactions