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
2026-04-05 19:27:14 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
entrypoints
/
openai
/
tool_parsers
History
Pradeep Dasigi
4794c2bd92
Olmo 3 tool parser and tests (
#26143
)
...
Signed-off-by: Pradeep Dasigi <pradeepd@allenai.org>
2025-10-15 16:36:12 +00:00
..
__init__.py
…
test_hermes_tool_parser.py
…
test_hunyuan_a13b_tool_parser.py
…
test_llama3_json_tool_parser.py
…
test_llama4_pythonic_tool_parser.py
…
test_olmo3_tool_parser.py
Olmo 3 tool parser and tests (
#26143
)
2025-10-15 16:36:12 +00:00
test_pythonic_tool_parser.py
[Chore]: One pythonic tool parser test uses the wrong parser (
#26515
)
2025-10-10 04:03:55 +00:00
utils.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00