Skip to content

0.0.10

Choose a tag to compare

@PlanteAmigor PlanteAmigor released this 04 Jun 09:41

🐛 Bug 修复

问题 修复
Server 停止生成端点空壳 改为真正设置 stop_flag 停止推理
read_multiline 管道输入崩溃 友好提示改用 --mode once

✨ 优化

优化 说明
删除 --mode auto 用户明确指定 chat/translate/once
移除 server 死代码 删除重复的 apply_chat_template 和废弃 WebSocket
--reasoning off 提示 使用前显示说明文本,消除困惑
transformers 版本切换超时提示 pip 超时后友好提示手动操作
删除 convert_model 重复检查 cmd_convert 已检查,去掉冗余代码
删除 _apply_qwen35_patch 删除无用补丁

🐛 Bug Fixes

Issue Fix
Server stop generation endpoint was a no-op Now actually sets stop_flag to halt inference
read_multiline crashed on piped input Friendly message suggesting --mode once instead

✨ Improvements

Improvement Description
Removed --mode auto Users now explicitly specify chat/translate/once
Removed server dead code Deleted duplicate apply_chat_template call and unused echo WebSocket
--reasoning off hint Shows explanation before use, eliminating confusion
Transformers version switch timeout Friendly manual instructions on pip timeout
Removed duplicate check in convert_model cmd_convert already validates the path
Removed _apply_qwen35_patch Deleted unused patch