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
f91808ae0ddf750acfdeb351fa072c91d4d678fc
vllm
/
vllm
/
v1
/
sample
History
Xiao Li
30132cd144
Fix apply_top_k_top_p_triton called by non-cuda logits Tensor (
#35030
)
...
Signed-off-by: Xiao Li <
ilx@meta.com
>
2026-02-21 21:11:54 -08:00
..
logits_processor
[Misc] Replace Optional[X] with X | None syntax (
#33332
)
2026-01-30 01:56:59 -08:00
ops
Fix apply_top_k_top_p_triton called by non-cuda logits Tensor (
#35030
)
2026-02-21 21:11:54 -08: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
[Kernel] Optimize sample_recovered_tokens_kernel (
#34974
)
2026-02-20 19:59:06 -08:00
sampler.py
Fix num_logprobs parameter description in sampler.py (
#34451
)
2026-02-12 18:18:03 -08:00