v0.1.0a11
Highlights
- Renamed the project and distribution to vLLM Optimizer /
vllm-optimizer. - Added the
vllm_optimizerpackage andvllm-optCLI. - Retained deprecated
vtuneimport 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
vtunebecame a deprecated compatibility surface; new integrations should usevllm_optimizerandvllm-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.