v1.7.0.post1
xorbitsai/inferencev1.7.0.post1Jun 13, 2025by XprobeBot
AI Summary
A patch release focusing on bug fixes for Qwen3-rerank and MiniCPM4 model initialization issues.
Key Highlights
- Fixed Qwen3-rerank to properly create models on GPU
- Fixed modeling issues for MiniCPM4
Full Release Notes
# What's new in 1.7.0.post1 (2025-06-13) These are the changes in inference v1.7.0.post1. ## Bug fixes * BUG: fix qwen3-rerank to create model on GPU by @qinxuye in https://github.com/xorbitsai/inference/pull/3630 * BUG: fix mincpm4 modeling by @Jun-Howie in https://github.com/xorbitsai/inference/pull/3632 **Full Changelog**: https://github.com/xorbitsai/inference/compare/v1.7.0...v1.7.0.post1