v0.14.4.post1
xorbitsai/inferencev0.14.4.post1Sep 3, 2024by XprobeBot
AI Summary
A hotfix release addressing Docker image startup issues and initialization failures with custom paths observed in v0.14.4. Includes documentation updates for Windows compatibility.
Key Highlights
- Fix Docker image startup issue due to entrypoint
- Fix initialization failure when custom path is faulty
Full Release Notes
# What's new in 0.14.4.post1 (2024-09-03) These are the changes in inference v0.14.4.post1. ## Bug fixes * BUG: Fix docker image startup issue due to entrypoint by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/2207 * BUG: fix init xinference fail when custom path is fault by @amumu96 in https://github.com/xorbitsai/inference/pull/2208 ## Documentation * DOC: Modify the installation documentation to change single quotes to double quotes for Windows compatibility. by @nikelius in https://github.com/xorbitsai/inference/pull/2211 ## Others * CHORE: Docker image is only pushed to aliyun when releasing version by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/2216 ## New Contributors * @nikelius made their first contribution in https://github.com/xorbitsai/inference/pull/2211 **Full Changelog**: https://github.com/xorbitsai/inference/compare/v0.14.4...v0.14.4.post1