Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
96efb914
Unverified
Commit
96efb914
authored
Mar 16, 2026
by
Woosuk Kwon
Committed by
GitHub
Mar 16, 2026
Browse files
[Model Runner V2] Fix processed logits in sample() (#37144)
Signed-off-by:
Woosuk Kwon
<
woosuk@inferact.ai
>
parent
2754231b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/gpu/sample/sampler.py
vllm/v1/worker/gpu/sample/sampler.py
+1
-1
No files found.
vllm/v1/worker/gpu/sample/sampler.py
View file @
96efb914
...
...
@@ -178,4 +178,4 @@ class Sampler:
pos
,
apply_temperature
=
False
,
)
return
sampled
,
logits
return
sampled
,
processed_
logits
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment