Skip to content

v0.1.0a11

Highlights

  • Renamed the project and distribution to vLLM Optimizer / vllm-optimizer.
  • Added the vllm_optimizer package and vllm-opt CLI.
  • Retained deprecated vtune import and CLI compatibility for migration.

Release artifacts

Platform Install
PyPI pip install "vllm-optimizer==0.1.0a11"
Linux/WSL runtime pip install "vllm-optimizer[runtime]==0.1.0a11"

Compatibility and migration

  • Existing run directories and YAML files require no conversion.
  • The migration guide maps the old distribution, import, CLI, and repository names to their replacements.

Breaking changes and deprecations

  • vtune became a deprecated compatibility surface; new integrations should use vllm_optimizer and vllm-opt.

Validation and limitations

Public/private tests, documentation, workflows, dependency audit, and clean packages passed. No new GPU validation was performed; runtime evidence was inherited from a10.

Full changelog: v0.1.0a10...v0.1.0a11.