Bump vllm from 0.7.3 to 0.26.0 - #9
Conversation
Bumps [vllm](https://github.com/vllm-project/vllm) from 0.7.3 to 0.26.0. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Changelog](https://github.com/vllm-project/vllm/blob/main/RELEASE.md) - [Commits](vllm-project/vllm@v0.7.3...v0.26.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
EntelligenceAI PR SummaryUpdates the pinned vLLM dependency in Review Scorecard
Safe to merge — this is a clean, low-blast-radius dependency-only change. Key Findings:
Evaluated against
Files requiring special attention
|
WalkthroughUpdates the project’s pinned vLLM dependency from 0.7.3 to 0.26.0, upgrading the vLLM runtime used by the application and potentially requiring compatibility updates for integrated APIs or behavior. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title vLLM Dependency Upgrade and Inference Flow
participant Build as "Build / Package Manager"
participant Config as "pyproject.toml"
participant App as "Application"
participant VLLM as "vLLM Runtime 0.26.0"
participant Model as "Loaded Language Model"
Build->>Config: Read dependency specification
Config-->>Build: Resolve vLLM==0.26.0
Build->>VLLM: Install and make runtime available
App->>VLLM: Initialize inference engine
VLLM->>Model: Load model
Model-->>VLLM: Model ready
VLLM-->>App: Inference engine initialized
loop For each inference request
App->>VLLM: Submit prompt and generation parameters
VLLM->>Model: Generate tokens
Model-->>VLLM: Generated output
VLLM-->>App: Return inference result
end
Note over Config, VLLM: The PR changes the pinned vLLM version from 0.7.3 to 0.26.0.
|
|
Superseded by #11. |
Bumps vllm from 0.7.3 to 0.26.0.
Release notes
Sourced from vllm's releases.
... (truncated)
Commits
568afb3[CI/Build] Refresh tags before building macOS wheel (#49901)f265493[ROCm] [Release] [Bugfix] Fix the per commit wheel release pipeline. (#49245)ffd46bf[Bugfix] Register axk1 config to fix A.X-K1 init (#49727)ffd6ee4[CI] Bump PyTorch Compilation Unit Tests timeout to 150 min (#49606)bb26ce8[CI] Increase timeout of pytorch-compilation-unit-tests (#49450)091db8b[CI] Increase timeouts for jobs exceeding current limits (#49374)ba694b8[CI] Bump timeout ofentrypoints-integration-api-server-openai-part-2(#49359)e5949f1[Bugfix] handle grammar compilation failures to avoid engine crash (#47312)8b30569[Bugfix] Fix DeepGEMM warmup when using `FlashInferFp8DeepGEMMDynamicBlockSca...9d37a50[Bugfix][Attention] Ignore empty MLA context chunks during merge (#49294)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.