Skip to content

GuideLLM v0.5.3

Latest

Choose a tag to compare

@sjmonson sjmonson released this 23 Jan 18:44
· 59 commits to main since this release
f9f1e31

Overview

GuideLLM v0.5.3 is a very small patch focused on enabling mistral3 model tokenizers.

To get started, install with:

pip install guidellm[recommended]==0.5.3

Or from source with:

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

What's Changed

  • Constant rate-type benchmarks now support the --rampup feature which ramps up the give rate linearly.
  • Added mistral-common as a optional dependency to enable loading mistral3 based tokenizers.
    • NOTE: Loading the mistral tokenizer also requires transformers>=5.0.0.

Compatibility Notes

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

Changelog

Bug fixes

Features

Documentation

Full Changelog: v0.5.2...v0.5.3