Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Lower bound support
- vllm_version:
name: "vLLM:lowest"
repo: "git+https://github.com/vllm-project/vllm --tag v0.17.1"
repo: "git+https://github.com/vllm-project/vllm --tag v0.18.0"
test_suite:
name: "backward compat"
markers: "compat or (cpu and basic and not quantized)"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"ibm-fms>=1.7.0,<2.0",
# NB: use strict < with the next patch version to not exclude versions with
# build metadata suffixes
"vllm>=0.17.1,<0.17.2",
"vllm>=0.18.0,<0.18.1",
]
requires-python = ">=3.11"
dynamic = ["version"]
Expand Down Expand Up @@ -80,7 +80,7 @@ override-dependencies = [
extra-build-variables = { vllm = { VLLM_TARGET_DEVICE = "empty" } }

[tool.uv.sources]
vllm = { git = "https://github.com/vllm-project/vllm", rev = "v0.17.1" }
vllm = { git = "https://github.com/vllm-project/vllm", rev = "v0.18.0" }

[tool.ty.rules]
possibly-missing-attribute = "ignore"
Expand Down
2 changes: 0 additions & 2 deletions tests/utils/test_cli_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ def test_chunk_size_default(monkeypatch: pytest.MonkeyPatch) -> None:
"32",
"-tp",
"4",
"--swap-space", # to prevent a validation error in the 16GB memory test env.
"1",
]

with environ_checkpoint():
Expand Down
Loading
Loading