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-01-26 05:34:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
transformers_utils
History
Cyrus Leung
653591d5e7
[Chore] Move tokenizer initialization methods (
#29793
)
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
2025-12-02 13:33:37 +08:00
..
__init__.py
[Core] Support configuration parsing plugin (
#24277
)
2025-09-10 11:32:43 -07:00
test_config_parser_registry.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_config.py
[Chore] Move tokenizer initialization methods (
#29793
)
2025-12-02 13:33:37 +08:00
test_processor.py
[Misc] Refactor tokenizer interface (
#29693
)
2025-11-29 04:02:21 -08:00
test_repo_utils.py
[Misc] Refactor tokenizer interface (
#29693
)
2025-11-29 04:02:21 -08:00
test_utils.py
[Feature]: Improve GGUF loading from HuggingFace user experience like repo_id:quant_type (
#29137
)
2025-11-25 14:28:53 +00:00