Commit a935d36
[Misc] spec_decode: remove redundant warning introduced by debug logging probes (vllm-project#12501)
### What this PR does / why we need it?
This pull request removes a warning log statement in `rejection_sample`
that was triggered when `draft_probs` is `None` in the random sampling
path. This warning is no longer necessary or was redundant.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No tests were added as this is a minor cleanup of a warning log.
Signed-off-by: chengduxiaowu <wuchengtai@huawei-partners.com>
Co-authored-by: chengduxiaowu <wuchengtai@huawei-partners.com>1 parent 74f669e commit a935d36
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | 577 | | |
582 | 578 | | |
583 | 579 | | |
| |||
0 commit comments