v0.15.2
xorbitsai/inferencev0.15.2Sep 20, 2024by XprobeBot
AI Summary
This release adds support for Qwen 2.5 models and variants, fixes UI registration page bugs, and resolves issues with CosyVoice output and stable diffusion tools.
Key Highlights
- Added support for Qwen 2.5 models.
- Fixed UI bugs on the model registration page.
- Fixed CosyVoice missing output and Stable Diffusion tool issues.
New Features
- Support Qwen 2.5
- support qwen2.5-coder-instruct and qwen2.5 sglang
Full Release Notes
# What's new in 0.15.2 (2024-09-20) These are the changes in inference v0.15.2. ## New features * FEAT: Support Qwen 2.5 by @Jun-Howie in https://github.com/xorbitsai/inference/pull/2325 * FEAT: support qwen2.5-coder-instruct and qwen2.5 sglang by @amumu96 in https://github.com/xorbitsai/inference/pull/2332 ## Bug fixes * BUG: [UI] Fix registration page bug. by @yiboyasss in https://github.com/xorbitsai/inference/pull/2315 * BUG: Fix CosyVoice missing output by @codingl2k1 in https://github.com/xorbitsai/inference/pull/2320 * BUG: support old register llm format by @amumu96 in https://github.com/xorbitsai/inference/pull/2335 * BUG: fix stable diffusion from dify tool by @qinxuye in https://github.com/xorbitsai/inference/pull/2336 ## Documentation * DOC: update models for doc and readme by @qinxuye in https://github.com/xorbitsai/inference/pull/2330 **Full Changelog**: https://github.com/xorbitsai/inference/compare/v0.15.1...v0.15.2