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-10 01:24:54 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
kernels
/
moe
/
modular_kernel_tools
History
bnellnm
a1448b4b69
[Kernels] Split up fused_moe/layer.py, isolate more modular kernel code (
#28064
)
2025-11-11 07:29:02 -07:00
..
__init__.py
[Misc] Add unit tests for MoE ModularKernel combinations + Profiling utility (
#20449
)
2025-07-11 07:51:46 -07:00
cli_args.py
Convert formatting to use
ruff
instead of
yapf
+
isort
(
#26247
)
2025-10-05 07:06:22 -07:00
common.py
[Bugfix] Fix modular kernel tests (
#27707
)
2025-10-29 16:14:33 +08:00
make_feature_matrix.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
mk_objects.py
[Kernels] Split up fused_moe/layer.py, isolate more modular kernel code (
#28064
)
2025-11-11 07:29:02 -07:00
parallel_utils.py
[Chore] Separate out
vllm.utils.network_utils
(
#27164
)
2025-10-19 03:06:32 -07:00
profile_modular_kernel.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00