Skip to content

GuideLLM v0.7.3

Latest

Choose a tag to compare

@dbutenhof dbutenhof released this 31 Jul 20:06
· 21 commits to main since this release
Immutable release. Only release title and notes can be modified.
3938355

Overview

GuideLLM v0.7.3 is a minor release to resolve a dependency vulnerability but adds a few minor improvements.

To get started, install with:

pip install guidellm[recommended]==0.7.3

Or from source with:

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

What's Fixed

  • Our transformers dependency was locked by transitive dependencies to <5.0 in RHAI downstream, resulting in CRITICAL/HIGH CVEs. This release resolves the transitive dependency (through huggingface_hub) by updating to click 8.4.
  • The --output kind=plot command is now documented, and has been updated to use GUIDELLM_DEFAULT_RESULTS_DIR.
  • A minor improvement reports unusable LLM responses more gracefully.

What's Changed

Features

  • bug(openai): support structured chat content metadata for OpenAI backend endpoint by @Prasannajaga in #947

Bug fixes

  • Fix worker status for unusable terminal backend responses by @ushaket in #615
  • Make plot path behave like others by @dbutenhof in #974

Documentation

CI environment

Dependency updates

Full Changelog: v0.7.2...v0.7.3