Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vllm] Support speculative decoding in vllm rolling batch #2413

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

xyang16
Copy link
Contributor

@xyang16 xyang16 commented Oct 2, 2024

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@xyang16 xyang16 requested review from zachgk and a team as code owners October 2, 2024 20:19
tests/integration/llm/prepare.py Outdated Show resolved Hide resolved
tests/integration/llm/prepare.py Show resolved Hide resolved
@xyang16 xyang16 merged commit 0631414 into deepjavalibrary:master Oct 2, 2024
9 checks passed
@@ -59,6 +59,22 @@ class VllmRbProperties(Properties):
enable_prefix_caching: Optional[bool] = False
disable_sliding_window: Optional[bool] = False
limit_mm_per_prompt: Optional[Mapping[str, int]] = None
use_v2_block_manager: bool = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: vllm-project/vllm#8678 (not merged yet, but changes this default to True in vLLM).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants