Merge branch 'vllm-project:main' into main #9
Annotations
6 errors
Ruff (UP022):
setup.py#L382
setup.py:382:14: UP022 Prefer `capture_output` over sending `stdout` and `stderr` to `PIPE`
|
Ruff (UP037):
vllm/executor/ray_hpu_executor.py#L37
vllm/executor/ray_hpu_executor.py:37:36: UP037 Remove quotes from type annotation
|
Ruff (UP008):
vllm/worker/hpu_model_runner.py#L70
vllm/worker/hpu_model_runner.py:70:40: UP008 Use `super()` instead of `super(__class__, self)`
|
Ruff (UP039):
vllm/worker/hpu_model_runner.py#L276
vllm/worker/hpu_model_runner.py:276:22: UP039 Unnecessary parentheses after class definition
|
Ruff (UP039):
vllm/worker/hpu_model_runner.py#L1646
vllm/worker/hpu_model_runner.py:1646:34: UP039 Unnecessary parentheses after class definition
|
ruff (3.12)
Process completed with exit code 1.
|