Skip to content

Commit b4fe0af

Browse files
rebel-jinhwanclaude
authored andcommitted
docs(forward_context): update stale virtual_engine comment for vLLM 0.22
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 1f2f105 commit b4fe0af

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vllm_rbln/forward_context.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,7 @@ def _set_forward_context(
221221
num_padded_tokens,
222222
)
223223

224-
# NOTE: We intentionally omit `virtual_engine`. It defaults to 0 on
225-
# vLLM 0.18 and is removed in 0.19+, so passing it would either be
226-
# a no-op or a TypeError depending on the installed version.
224+
# NOTE: vLLM v0.22 removed the virtual_engine parameter
227225
forward_context = create_forward_context(
228226
attn_metadata,
229227
vllm_config,

0 commit comments

Comments
 (0)