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-25 02:05:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
entrypoints
History
Alex Brooks
b7cbc25416
[Model, Core] Support Granite Speech & LoRA for STT (
#24455
)
2025-11-05 08:33:48 +01:00
..
llm
Fix(llm): Abort orphaned requests when llm.chat() batch fails
Fixes
#26081
(
#27420
)
2025-11-02 16:24:01 +00:00
offline_mode
…
openai
[Model, Core] Support Granite Speech & LoRA for STT (
#24455
)
2025-11-05 08:33:48 +01:00
pooling
[Frontend][Doc][5/N] Improve all pooling task | Polish encode (pooling) api & Document. (
#25524
)
2025-10-30 12:13:05 +00:00
__init__.py
…
conftest.py
…
test_api_server_process_manager.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_chat_utils.py
fix: allow HuggingFace standard chat template params via **kwargs (
#27622
)
2025-10-28 21:12:34 +08:00
test_context.py
[frontend][gptoss] Add per turn stats into Harmony Context (
#25061
)
2025-10-14 16:48:13 -07:00
test_harmony_utils.py
[Frontend] [gpt-oss] Mcp type bug (
#27689
)
2025-10-29 10:01:32 +00:00
test_renderer.py
[Frontend] Require flag for loading text and image embeds (
#27204
)
2025-10-22 15:52:02 +00:00
test_ssl_cert_refresher.py
…