Skip to content

v0.15.0

Compare
Choose a tag to compare
@XprobeBot XprobeBot released this 06 Sep 08:45
· 140 commits to main since this release
e2618be

What's new in 0.15.0 (2024-09-06)

These are the changes in inference v0.15.0.

New features

  • FEAT: cosyvoice model support streaming reply by @wuminghui-coder in #2192
  • FEAT: support qwen2-vl-instruct by @Minamiyama in #2205

Enhancements

Bug fixes

  • BUG: Fix docker image startup issue due to entrypoint by @ChengjieLi28 in #2207
  • BUG: fix init xinference fail when custom path is fault by @amumu96 in #2208
  • BUG: use default_uid to replace uid of actors which may override the xoscar actor's uid property by @qinxuye in #2214
  • BUG: fix rerank max length by @qinxuye in #2219
  • BUG: logger bug of function using generator decoration by @wxiwnd in #2215
  • BUG: fix rerank calculation of tokens number by @qinxuye in #2228
  • BUG: fix embedding token calculation & optimize memory by @qinxuye in #2221

Documentation

  • DOC: Modify the installation documentation to change single quotes to double quotes for Windows compatibility. by @nikelius in #2211

Others

New Contributors

  • @nikelius made their first contribution in #2211
  • @wuminghui-coder made their first contribution in #2192

Full Changelog: v0.14.4...v0.15.0