This website requires JavaScript.
Explore
Help
Register
Sign In
biondizzle
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
7b5a8b4a9dd6eb26057e3c8e0fa07db0d89f6d54
vllm
/
vllm
/
v1
/
sample
History
caozuoba
8980001c93
[perf] v1/spec_decode: skip softmax for all-greedy rejection sampling (
#32852
)
...
Signed-off-by: hdj <
1293066020@qq.com
>
2026-01-31 09:51:26 +00:00
..
logits_processor
[Misc] Replace Optional[X] with X | None syntax (
#33332
)
2026-01-30 01:56:59 -08:00
ops
[ROCm][Bugfix] Disable hip sampler to fix deepseek's accuracy issue on ROCm (
#32413
)
2026-01-15 16:35:47 +00:00
__init__.py
[V1] Implement vLLM V1 [1/N] (
#9289
)
2024-10-22 01:24:07 -07:00
metadata.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
rejection_sampler.py
[perf] v1/spec_decode: skip softmax for all-greedy rejection sampling (
#32852
)
2026-01-31 09:51:26 +00:00
sampler.py
[BugFix] Fix returned logprobs with spec decode + prefill chunking (
#29216
)
2025-11-22 22:41:25 +08:00