You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/features/spec_decode.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ A variety of speculative models of this type are available on HF hub:
162
162
## Speculating using EAGLE based draft models
163
163
164
164
The following code configures vLLM to use speculative decoding where proposals are generated by
165
-
an [EAGLE (Extrapolation Algorithm for Greater Language-model Efficiency)](https://arxiv.org/pdf/2401.15077) based draft model.
165
+
an [EAGLE (Extrapolation Algorithm for Greater Language-model Efficiency)](https://arxiv.org/pdf/2401.15077) based draft model. A more detailed example for offline mode, including how to extract request level acceptance rate, can be found [here](<gh-file:examples/offline_inference/eagle.py>).
0 commit comments