[Mypy] Fix mypy for vllm/model_executor (except vllm/model_executor/layers) (#37904)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2026-03-24 17:14:01 +00:00
committed by GitHub
parent dc78c2c933
commit b3601da6e7
10 changed files with 44 additions and 39 deletions

View File

@@ -29,7 +29,7 @@ SEPARATE_GROUPS = [
"tests",
# v0 related
"vllm/lora",
"vllm/model_executor",
"vllm/model_executor/layers",
]
# TODO(woosuk): Include the code from Megatron and HuggingFace.