Unverified Commit 59d7af9c authored by Taneem Ibrahim's avatar Taneem Ibrahim Committed by GitHub
Browse files

[MISC] Fixing a null reference by removing parallel_utils from mypy EXCLUDE (#35630)


Signed-off-by: default avatarTaneem Ibrahim <taneem.ibrahim@gmail.com>
parent bbf81f9a
...@@ -34,7 +34,6 @@ SEPARATE_GROUPS = [ ...@@ -34,7 +34,6 @@ SEPARATE_GROUPS = [
# TODO(woosuk): Include the code from Megatron and HuggingFace. # TODO(woosuk): Include the code from Megatron and HuggingFace.
EXCLUDE = [ EXCLUDE = [
"vllm/model_executor/parallel_utils",
"vllm/model_executor/models", "vllm/model_executor/models",
"vllm/model_executor/layers/fla/ops", "vllm/model_executor/layers/fla/ops",
# Ignore triton kernels in ops. # Ignore triton kernels in ops.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment