fix(ai): ModelKind rawValue 改为真实 HF mlx-community 仓库名
实际查 HuggingFace 后,mlx-community 下的仓库名: - Qwen3-1.7B-4bit(不是 Qwen3-1.7B-MLX-4bit) - Qwen2.5-VL-3B-Instruct-4bit(VL 模型带 Instruct 后缀) 改动: - ModelKind.llm/vl rawValue 改名,这也是沙盒 Models/ 下的子目录名 - 加 huggingFaceRepo computed:"mlx-community/\(rawValue)" - CLAUDE.md §2 表格补 HF 仓库 ID - spec §2.2 模型来源行修正 W2 plan 中的下载脚本已陈旧(用了 huggingface-cli + 错名), W2 retro 时会修正。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -112,7 +112,7 @@ struct TokenChunk {
|
||||
|
||||
| 项 | 决策 |
|
||||
|---|---|
|
||||
| 模型来源 | HuggingFace MLX 社区版 Qwen3-1.7B-MLX-4bit + Qwen2.5-VL-3B-MLX-4bit |
|
||||
| 模型来源 | HuggingFace `mlx-community/Qwen3-1.7B-4bit` + `mlx-community/Qwen2.5-VL-3B-Instruct-4bit` |
|
||||
| 体积 | LLM ~1.0GB + VL ~2.0GB ≈ 3GB |
|
||||
| 存储 | `Application Support/Models/`,`URLSession.downloadTask` + 断点续传 |
|
||||
| 首启动 | 启动屏 → 隐私承诺 → "下载模型"页(进度 + WiFi 提示) → 主界面 |
|
||||
|
||||
Reference in New Issue
Block a user