v0.15.4
版本发布时间: 2024-10-12 18:38:44
xorbitsai/inference最新发布版本:v1.1.0(2024-12-13 18:29:37)
What's new in 0.15.4 (2024-10-12)
These are the changes in inference v0.15.4.
New features
- FEAT: Llama 3.1 Instruct support tool call by @codingl2k1 in https://github.com/xorbitsai/inference/pull/2388
- FEAT: qwen2.5 instruct tool call by @codingl2k1 in https://github.com/xorbitsai/inference/pull/2393
- FEAT: add whisper-large-v3-turbo audio model by @hwzhuhao in https://github.com/xorbitsai/inference/pull/2409
- FEAT: Add environment variable setting to increase the retry attempts after model download failures by @hwzhuhao in https://github.com/xorbitsai/inference/pull/2411
- FEAT: support getting progress for image model by @qinxuye in https://github.com/xorbitsai/inference/pull/2395
- FEAT: support qwenvl2 vllm engine by @amumu96 in https://github.com/xorbitsai/inference/pull/2428
Enhancements
- ENH: Launch the ChatTTS model with kwargs by @codingl2k1 in https://github.com/xorbitsai/inference/pull/2425
- REF: refactor controlnet for image model by @qinxuye in https://github.com/xorbitsai/inference/pull/2346
Bug fixes
- BUG: Pin ChatTTS<0.2 by @codingl2k1 in https://github.com/xorbitsai/inference/pull/2419
- BUG: tool call streaming output has duplicated list by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/2416
Full Changelog: https://github.com/xorbitsai/inference/compare/v0.15.3...v0.15.4