Skip to content

Commit

Permalink
Removed assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Tripathi committed Jan 8, 2025
1 parent acdb4e3 commit bb312b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vllm/executor/cpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ class CPUExecutor(ExecutorBase):

def _init_executor(self) -> None:
assert self.device_config.device_type == "cpu"
# Reminder: Please update docs/source/usage/compatibility_matrix.md
# If the feature combo become valid
assert self.lora_config is None, "cpu backend doesn't support LoRA"

#
# Environment variables for CPU executor
Expand Down

0 comments on commit bb312b9

Please sign in to comment.