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-21 14:45:45 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
v1
/
tpu
History
Nick Hill
0cdbe7b744
[Core] Async scheduling + structured outputs compatibility (
#26866
)
...
Signed-off-by: Nick Hill <nhill@redhat.com>
2025-11-01 00:35:04 +00:00
..
worker
[Core] Async scheduling + structured outputs compatibility (
#26866
)
2025-11-01 00:35:04 +00:00
__init__.py
…
test_basic.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_kv_cache_update_kernel.py
…
test_mha_attn.py
…
test_multimodal.py
…
test_pallas.py
…
test_perf.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_sampler.py
…
test_spmd_model_weight_loading.py
…
test_topk_topp_sampler.py
[Misc] Remove
isort
and
yapf
ignores (
#26888
)
2025-10-15 12:09:03 +00:00
test_tpu_int8.py
…
test_tpu_qkv_linear.py
…