This website requires JavaScript.
Explore
Help
Sign In
xinyun
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced
2025-12-10 11:06:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
v1
/
spec_decode
History
Andy Lo
47604137a2
[Bugfix] Spec decode + structured output + spec model max len edge case (
#28298
)
...
Signed-off-by: Andy Lo <andy@mistral.ai>
2025-11-08 19:44:25 +00:00
..
test_eagle.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_max_len.py
[Bugfix] Spec decode + structured output + spec model max len edge case (
#28298
)
2025-11-08 19:44:25 +00:00
test_mtp.py
…
test_ngram.py
…
test_speculators_eagle3.py
[Speculators] Move tests + fix integration (
#27308
)
2025-10-29 00:54:21 -07:00
test_tree_attention.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00