[CI][lint] Add rule codespell back (#6236)
### What this PR does / why we need it?
After removing codepsell a while, we discovered that typo had a problem
correctly recognizing certain misspelled words, so I suggested adding it
back.
- vLLM version: v0.14.1
- vLLM main:
d68209402d
---------
Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
@@ -33,5 +33,5 @@ class NPUWorker310(NPUWorker):
|
||||
self.model_runner = NPUModelRunner310(self.vllm_config, self.device)
|
||||
|
||||
def _warm_up_atb(self):
|
||||
# 310p device donot support torch_npu._npu_matmul_add_fp32 atb ops
|
||||
# 310p device do not support torch_npu._npu_matmul_add_fp32 atb ops
|
||||
logger.info("Skip warm-up atb ops for 310P device")
|
||||
|
||||
Reference in New Issue
Block a user