From 294ec4042b21142c8a7c24b8b00c9e28dcacf8a3 Mon Sep 17 00:00:00 2001 From: mhelf-intel Date: Fri, 5 Dec 2025 12:38:04 +0200 Subject: [PATCH 1/2] Add 0.12.0 release notes Signed-off-by: mhelf-intel --- README.md | 3 ++- docs/release_notes.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc66c622..e1affe8d1 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ vLLM Hardware Plugin for IntelĀ® GaudiĀ® --- *Latest News* šŸ”„ +- [2025/12] Version 0.12.0 is now available, built on [vLLM 0.12.0](https://github.com/vllm-project/vllm/releases/tag/v0.12.0) and fully compatible with [IntelĀ® GaudiĀ® v1.23.0](https://docs.habana.ai/en/v1.23.0/Release_Notes/GAUDI_Release_Notes.html). + - [2025/11] The 0.11.2 release introduces the production-ready version of the vLLM Hardware Plugin for IntelĀ® GaudiĀ® v1.22.2. The plugin is an alternative to the [vLLM fork](https://github.com/HabanaAI/vllm-fork), which reaches end of life with this release and will be deprecated in v1.24.0, remaining functional only for legacy use cases. We strongly encourage all fork users to begin planning their migration to the plugin. For more information about this release, see the [Release Notes](docs/release_notes.md). -- [2025/06] We introduced an early developer preview of the vLLM Hardware Plugin for IntelĀ® GaudiĀ®, which is not yet intended for general use. --- diff --git a/docs/release_notes.md b/docs/release_notes.md index 4a3a5fc2c..ad407cc31 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -2,6 +2,14 @@ This document provides an overview of the features, changes, and fixes introduced in each release of the vLLM Hardware Plugin for IntelĀ® GaudiĀ®. +## 0.12.0 + +This release upgraded the plugin to [vLLM 0.12.0](https://github.com/vllm-project/vllm/releases/tag/v0.12.0) and added support for [IntelĀ® GaudiĀ® v1.23.0](https://docs.habana.ai/en/v1.23.0/Release_Notes/GAUDI_Release_Notes.html). + +### Changes + +Upgraded PyTorch to version 2.9.0, which requires updating the environment. + ## 0.11.2 This version is based on [vLLM 0.11.2](https://github.com/vllm-project/vllm/releases/tag/v0.11.2) and supports [IntelĀ® GaudiĀ® v1.22.2](https://docs.habana.ai/en/v1.22.2/Release_Notes/GAUDI_Release_Notes.html). From 4fd655b6cad6bc231414712bd75050fd35ba805e Mon Sep 17 00:00:00 2001 From: mhelf-intel Date: Fri, 5 Dec 2025 14:11:19 +0200 Subject: [PATCH 2/2] Fix Gaudi versions Signed-off-by: mhelf-intel --- docs/getting_started/installation.md | 2 +- docs/getting_started/quickstart/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 6d7377337..3fda7498e 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -18,7 +18,7 @@ Before you start, ensure that your environment meets the following requirements: - Python 3.10 - IntelĀ® GaudiĀ® 2 or 3 AI accelerator -- IntelĀ® GaudiĀ® software version 1.21.0 or later +- IntelĀ® GaudiĀ® software version {{ VERSION }} or later Additionally, ensure that the Gaudi execution environment is properly set up. If it is not, complete the setup by using the [Gaudi Installation diff --git a/docs/getting_started/quickstart/quickstart.md b/docs/getting_started/quickstart/quickstart.md index d4be03bdd..4313c78fc 100644 --- a/docs/getting_started/quickstart/quickstart.md +++ b/docs/getting_started/quickstart/quickstart.md @@ -26,7 +26,7 @@ Before you start, ensure that your environment meets the following requirements: - Ubuntu 22.04 or 24.04 - Python 3.10 - IntelĀ® GaudiĀ® 2 or 3 AI accelerator -- IntelĀ® GaudiĀ® software version 1.21.0 or later +- IntelĀ® GaudiĀ® software version {{ VERSION }} or later Additionally, ensure that the IntelĀ® GaudiĀ® execution environment is properly set up. If it is not, complete the setup by following the [Installation