v1.11.0.post1
xorbitsai/inferencev1.11.0.post1Oct 20, 2025by XprobeBot
AI Summary
This is a post-release patch for v1.11.0 that addresses specific bugs in Qwen3 model transformers and UI progress bar display issues.
Key Highlights
- Fixed Qwen3 model transformers random characters issue
- Resolved progress bar display issue in UI
- Fixed transformers version in cu128 dockerfile
Full Release Notes
# What's new in 1.11.0.post1 (2025-10-20) These are the changes in inference v1.11.0.post1. ## Bug fixes * BUG: repair qwen3 model transformers random characters by @OliverBryant in https://github.com/xorbitsai/inference/pull/4148 * BUG: [UI] resolve progress bar display issue. by @yiboyasss in https://github.com/xorbitsai/inference/pull/4150 ## Others * BLD:fix transformers version in cu128 dockerfile by @zwt-1234 in https://github.com/xorbitsai/inference/pull/4152 **Full Changelog**: https://github.com/xorbitsai/inference/compare/v1.11.0...v1.11.0.post1