-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
docs: clarify remaining v0 references #26311
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are probably some mistakes here. @markmc PTAL |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @njhill I guess this page can use a full clean up |
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -16,8 +16,8 @@ Speculative decoding is a technique which improves inter-token latency in memory | |||||||||
The following code configures vLLM in an offline mode to use speculative decoding with a draft model, speculating 5 tokens at a time. | ||||||||||
|
||||||||||
!!! warning | ||||||||||
In vllm v0.10.0, speculative decoding with a draft model is not supported. | ||||||||||
If you use the following code, you will get a `NotImplementedError`. | ||||||||||
Speculative decoding with a draft model requires the V1 engine. | ||||||||||
Older releases that predate V1 (such as the 0.10.x series) raise a `NotImplementedError`. | ||||||||||
Comment on lines
+19
to
+20
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
|
||||||||||
??? code | ||||||||||
|
||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.