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
47604137a26f825295e6e9cc7314dea2bd4f7eef
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
[Attention] Implement universal BACKEND_MAP (
#25900
)
2025-10-08 12:00:25 -07:00
test_ngram.py
Convert formatting to use
ruff
instead of
yapf
+
isort
(
#26247
)
2025-10-05 07:06:22 -07:00
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