Skip to content

Commit

Permalink
updating link
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel committed Jan 5, 2024
1 parent 876bf2e commit 434c525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/model_executor/layers/rejection_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def _get_recovered_probs(
.. math::
(f(x))_+ = \frac{\max(0, f(x))}{\sum_x \max(0, f(x))}
See https://github.com/anyscale/vllm/pull/157 for a visualization of the
draft, target, and recovered probability distributions.
See https://github.com/vllm-project/vllm/pull/2336 for a visualization
of the draft, target, and recovered probability distributions.
Returns a tensor of shape [batch_size, k, vocab_size].
Expand Down

0 comments on commit 434c525

Please sign in to comment.