Skip to content

python3Packages.vllm: 0.11.2 -> 0.13.0#467418

Merged
happysalada merged 4 commits intoNixOS:masterfrom
GaetanLepage:update/python3Packages.vllm
Dec 29, 2025
Merged

python3Packages.vllm: 0.11.2 -> 0.13.0#467418
happysalada merged 4 commits intoNixOS:masterfrom
GaetanLepage:update/python3Packages.vllm

Conversation

@GaetanLepage
Copy link
Contributor

@GaetanLepage GaetanLepage commented Dec 3, 2025

Things done

Diff: vllm-project/vllm@v0.11.2...v0.13.0
Changelogs:

cc @happysalada @CertainLach @daniel-fahey

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 6.topic: python Python is a high-level, general-purpose programming language. labels Dec 3, 2025
@GaetanLepage GaetanLepage force-pushed the update/python3Packages.vllm branch from 5ab4651 to 0107487 Compare December 3, 2025 09:46
@GaetanLepage
Copy link
Contributor Author

Failing on CUDA because of llama-cpp-python (see #465751).

@GaetanLepage GaetanLepage marked this pull request as draft December 3, 2025 09:47
@GaetanLepage GaetanLepage marked this pull request as ready for review December 3, 2025 23:54
@GaetanLepage GaetanLepage force-pushed the update/python3Packages.vllm branch from 0107487 to 5e7f002 Compare December 7, 2025 11:03
@GaetanLepage
Copy link
Contributor Author

Waiting for #468659 to get merged.

@gepbird gepbird added the 2.status: blocked by pr/issue Another PR or issue is preventing this from being completed label Dec 20, 2025
@GaetanLepage GaetanLepage force-pushed the update/python3Packages.vllm branch from 5e7f002 to 8e839a8 Compare December 26, 2025 20:17
@GaetanLepage GaetanLepage changed the title python3Packages.vllm: 0.11.2 -> 0.12.0 python3Packages.vllm: 0.11.2 -> 0.13.0 Dec 26, 2025
@GaetanLepage GaetanLepage force-pushed the update/python3Packages.vllm branch 2 times, most recently from 95e25b0 to 739ba0c Compare December 27, 2025 23:26
@GaetanLepage
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 467418
Commit: 739ba0c39d19a0d5e553d7505123d41f67e53ec9


x86_64-linux

✅ 12 packages built:
  • python312Packages.kserve
  • python312Packages.kserve.dist
  • python312Packages.torchrl
  • python312Packages.torchrl.dist
  • vllm (python312Packages.vllm)
  • vllm.dist (python312Packages.vllm.dist)
  • python313Packages.kserve
  • python313Packages.kserve.dist
  • python313Packages.torchrl
  • python313Packages.torchrl.dist
  • python313Packages.vllm
  • python313Packages.vllm.dist

@GaetanLepage GaetanLepage marked this pull request as draft December 27, 2025 23:44
@GaetanLepage GaetanLepage force-pushed the update/python3Packages.vllm branch from 739ba0c to 2def1ce Compare December 29, 2025 16:37
@GaetanLepage GaetanLepage marked this pull request as ready for review December 29, 2025 17:34
@GaetanLepage
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 467418
Commit: 2def1cef7a58344733a36b80198e68b194595d76


x86_64-linux

✅ 12 packages built:
  • python312Packages.kserve
  • python312Packages.kserve.dist
  • python312Packages.torchrl
  • python312Packages.torchrl.dist
  • vllm (python312Packages.vllm)
  • vllm.dist (python312Packages.vllm.dist)
  • python313Packages.kserve
  • python313Packages.kserve.dist
  • python313Packages.torchrl
  • python313Packages.torchrl.dist
  • python313Packages.vllm
  • python313Packages.vllm.dist

@GaetanLepage
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 467418 --extra-nixpkgs-config '{ allowUnfree = true; cudaSupport = true; }'
Commit: 2def1cef7a58344733a36b80198e68b194595d76


x86_64-linux

✅ 13 packages built:
  • nixpkgs-manual
  • python312Packages.kserve
  • python312Packages.kserve.dist
  • python312Packages.torchrl
  • python312Packages.torchrl.dist
  • vllm (python312Packages.vllm)
  • vllm.dist (python312Packages.vllm.dist)
  • python313Packages.kserve
  • python313Packages.kserve.dist
  • python313Packages.torchrl
  • python313Packages.torchrl.dist
  • python313Packages.vllm
  • python313Packages.vllm.dist

aarch64-linux

✅ 1 package built:
  • nixpkgs-manual

@GaetanLepage GaetanLepage requested a review from NickCao December 29, 2025 18:22
@happysalada happysalada added this pull request to the merge queue Dec 29, 2025
Merged via the queue into NixOS:master with commit 2e79611 Dec 29, 2025
29 of 31 checks passed
@GaetanLepage GaetanLepage deleted the update/python3Packages.vllm branch December 29, 2025 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: blocked by pr/issue Another PR or issue is preventing this from being completed 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants