v0.14.1
版本发布时间: 2024-08-09 18:14:07
xorbitsai/inference最新发布版本:v1.0.0(2024-11-15 18:15:44)
What's new in 0.14.1 (2024-08-09)
These are the changes in inference v0.14.1.
New features
- FEAT: support SenseVoice audio-to-text model by @qinxuye in https://github.com/xorbitsai/inference/pull/2008
- FEAT: support flux.1-schnell & flux.1-dev by @qinxuye in https://github.com/xorbitsai/inference/pull/2007
- FEAT: support kolors image model by @qinxuye in https://github.com/xorbitsai/inference/pull/2028
- FEAT: Add support for llama-3.1-instruct 405B model by @frostyplanet in https://github.com/xorbitsai/inference/pull/2025
- FEAT: Support CogVideoX video model by @codingl2k1 in https://github.com/xorbitsai/inference/pull/2049
- FEAT: Support MiniCPM-v-2_6 by @Minamiyama in https://github.com/xorbitsai/inference/pull/2031
Enhancements
- ENH: Improve internal server error by @codingl2k1 in https://github.com/xorbitsai/inference/pull/2009
- ENH: Add
stream
option in Benchmark by @Dawnfz-Lenfeng in https://github.com/xorbitsai/inference/pull/2038 - ENH: optimize availability of vLLM by @qinxuye in https://github.com/xorbitsai/inference/pull/2046
- ENH: [worker] Allow init supervisor_ref lazy by @frostyplanet in https://github.com/xorbitsai/inference/pull/1958
- ENH: optimize performance of sglang by @qinxuye in https://github.com/xorbitsai/inference/pull/2050
- REF: Mark
Deprecate
forprompt
,system_prompt
andchat_history
parameters inchat
client interface by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/2043
Bug fixes
- BUG: fix flexible model register in worker by @frostyplanet in https://github.com/xorbitsai/inference/pull/2011
- BUG: [UI] Fix the 'model_path' bug. by @yiboyasss in https://github.com/xorbitsai/inference/pull/2015
- BUG: fix custom embedding launch error by @amumu96 in https://github.com/xorbitsai/inference/pull/2016
Tests
- TST: Fix some dependency version issues by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/2042
Documentation
- DOC: Directly launch custom model by
model_path
by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/2047 - DOC: fix typo in README by @ArtificialZeng in https://github.com/xorbitsai/inference/pull/2048
Others
- CHORE: Increased frequency of issue processing by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/2024
New Contributors
- @ArtificialZeng made their first contribution in https://github.com/xorbitsai/inference/pull/2048
- @Dawnfz-Lenfeng made their first contribution in https://github.com/xorbitsai/inference/pull/2038
Full Changelog: https://github.com/xorbitsai/inference/compare/v0.14.0...v0.14.1