powv wip #1449
Annotations
6 errors
Ruff (F821):
vllm/entrypoints/openai/serving_chat.py#L416
vllm/entrypoints/openai/serving_chat.py:416:51: F821 Undefined name `output`
|
Ruff (F821):
vllm/entrypoints/openai/serving_chat.py#L417
vllm/entrypoints/openai/serving_chat.py:417:46: F821 Undefined name `output`
|
Ruff (F401):
vllm/outputs.py#L3
vllm/outputs.py:3:68: F401 `typing.Tuple` imported but unused
|
Ruff (E501):
vllm/worker/model_runner.py#L1172
vllm/worker/model_runner.py:1172:81: E501 Line too long (86 > 80)
|
Ruff (F821):
vllm/worker/model_runner.py#L1746
vllm/worker/model_runner.py:1746:35: F821 Undefined name `output`
|
pre-commit
Process completed with exit code 1.
|