Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
  • Loading branch information
LucasWilkinson committed Jan 30, 2025
1 parent 37e39f4 commit cfb2d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ def use_mla(self) -> bool:
use_mla = (self.is_deepseek_mla and not envs.VLLM_MLA_DISABLE)
return use_mla

@property
def supported_runner_types(self) -> Set[RunnerType]:
return {_TASK_RUNNER[task] for task in self.supported_tasks}

Expand Down

0 comments on commit cfb2d26

Please sign in to comment.