Skip to content

GuideLLM v0.5.2

Choose a tag to compare

@sjmonson sjmonson released this 16 Jan 20:29
· 86 commits to main since this release
26dfc10

Overview

GuideLLM v0.5.2 continues to fix bugs and reintroduce features dropped in v0.4.0.

To get started, install with:

pip install guidellm[recommended]==0.5.2

Or from source with:

pip install 'guidellm[recommended] @ git+https://github.com/vllm-project/guidellm.git'@v0.5.2

What's Changed

  • Support for passing an API key has been reintroduced. API keys can be set with the argument --backend-kwargs '{"api_key": "KEY"}'.
  • Console output now uses the "total" requests category rather then just "successful". See #529 for more details.

What's Fixed

  • Fixed a deadlock that could occur on benchmark start which could significantly delay the first request send.
  • Fixed formatting of image and video URLs. The previous version worked with vLLM but was not OpenAI-API compliant.

Compatibility Notes

  • Python: 3.10–3.13
  • OS: Linux, MacOS

Changelog

Bug fixes

Features

Documentation

New Contributors

Full Changelog: v0.5.1...v0.5.2