Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3574f2

Browse filesBrowse files
committed
chore!: Update vLLM to 0.6.6.post1
This PR is a follow-up to #2865 that relaxed the PyTorch version range. Even with that range extension, we realized that PyTorch 2.4 is still used when installing `instructlab[vllm-cuda]`, because vLLM 0.6.2 has a requirement on PyTorch 2.4. This new PR updates the version of vLLM to 0.6.6.post1, which is the latest available in the Open Data Hub fork of vLLM. The vLLM changelog doesn't highlight much risk in this version bump. Resolves #2702 Signed-off-by: Fabien Dupont <fdupont@redhat.com>
1 parent a440281 commit e3574f2
Copy full SHA for e3574f2

File tree

Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.24
2+
3+
### Features
4+
- Update vLLM to version 0.6.6.post1. As a requirement for this new vLLM version, PyTorch is updated to 2.5.1
5+
16
## v0.23
27

38
### Breaking Changes
Collapse file

‎requirements-vllm-cuda.txt‎

Copy file name to clipboardExpand all lines: requirements-vllm-cuda.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Dependencies for installing vLLM on CUDA
33

44
# vLLM only supports Linux platform (including WSL)
5-
vllm @git+https://github.com/opendatahub-io/vllm@v0.6.4.post1 ; sys_platform == 'linux' and platform_machine == 'x86_64'
5+
vllm @git+https://github.com/opendatahub-io/vllm@v0.6.6.post1 ; sys_platform == 'linux' and platform_machine == 'x86_64'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.