Skip to content

Releases: autoDeploymentModel/adm

ADM v0.3.4

Choose a tag to compare

@github-actions github-actions released this 06 Jul 01:38
v0.3.4

ADM v0.3.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:42
fix(ui): 固定模型列表页面标题栏、筛选栏和表头

重构 model_list.html 布局:
- body 改为 flex 布局,overflow: hidden
- .page-title 和 .filter-bar 移到 main 外部,不随滚动移动
- thead/th 使用 position: sticky 固定表头
- clip-path 替代 overflow: hidden 保留圆角同时不阻断 sticky

Closes #0

ADM v0.3.2

Choose a tag to compare

@github-actions github-actions released this 21 Jun 03:39
feat(model_list): 添加 MTP 模型推测解码自动检测支持

- LaunchParams 新增 spec_draft_n_max、spec_type 字段
- start_model 自动检测模型文件名是否包含 MTP,追加 --spec-draft-n-max 3 --spec-type draft-mtp
- 支持用户通过 params.spec_type 手动覆盖(设为 none 可禁用)
- 新增诊断日志输出,方便调试启动参数
- 版本升级至 0.3.2

ADM v0.3.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 12:01
0.3.1

ADM v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 04:14

解决图标模糊问题
管理员模式打开powershell
关闭资源管理器
Stop-Process -Name explorer -Force
删除全部图标缓存数据库
Remove-Item "$env:LOCALAPPDATA\Microsoft\Windows\Explorer\iconcache_*.db" -Force
重启资源管理器
Start-Process explorer
系统全局图标缓存刷新
ie4uinit.exe -ClearIconCache

ADM v0.2.9

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:26
fix(model_list): 修复进程异常退出后无法重新启动模型的问题

1.  在模型进程退出时清除AppState中的运行时状态,与stop_model保持一致的清理逻辑
2.  更新开发文档的流程说明和版本记录
3.  新增问题修复说明文档

ADM v0.2.8

Choose a tag to compare

@github-actions github-actions released this 10 Jun 03:18
chore: 发布v0.2.8版本,优化GPU下载回退策略

1. 修复llamacpp和sd-cli下载逻辑,不再对未知/无GPU抛出错误,统一回退使用Vulkan版本
2. 替换reqwest TLS后端为rustls-tls,解决Windows SSL兼容性问题
3. 增加下载地址合法性校验和更细致的下载错误提示
4. 更新开发文档版本和适配策略表,新增更新日志
5. 调整前端下载弹窗逻辑,优化用户交互体验

ADM v0.2.7

Choose a tag to compare

@github-actions github-actions released this 08 Jun 01:31
chore: 发布v0.2.7版本并更新相关文案

1. 更新tauri配置文件中的版本号至0.2.7
2. 更新网站首页和关于页的产品介绍文案
3. 替换原有项目地址为官网链接并新增联系方式

ADM v0.2.6

Choose a tag to compare

@github-actions github-actions released this 02 Jun 09:36

备注 macOS 安装后,会提示文件损坏,需要打开终端命令行窗口执行 xattr -cr /Applications/ADM.app 后启动应用

增加文本生成图片模型

ADM v0.2.5

Choose a tag to compare

@github-actions github-actions released this 29 May 05:16
chore: 发布v0.2.5版本,新增多模态模型支持与子文件夹存储

本次更新重构了模型存储与管理逻辑:
1.  将模型文件从根目录移动到models/{model_id}/子文件夹中
2.  为RemoteModel新增model_mmproj字段,支持多模态投影器文件下载
3.  完善下载逻辑,支持同时下载主模型和mmproj文件
4.  更新本地扫描、启动逻辑以适配新的目录结构
5.  前端适配新的参数传递与下载进度展示
6.  补充了完整的规格文档与检查清单