Draft: Delayed prompts #1434
Annotations
10 errors and 1 warning
Analysing the code with ruff:
vllm/model_executor/layers/sampler.py#L648
vllm/model_executor/layers/sampler.py:648:81: E501 Line too long (99 > 80)
|
Analysing the code with ruff:
vllm/model_executor/layers/sampler.py#L664
vllm/model_executor/layers/sampler.py:664:81: E501 Line too long (98 > 80)
|
Analysing the code with ruff:
vllm/worker/hpu_model_runner.py#L14
vllm/worker/hpu_model_runner.py:14:8: F401 `pdb` imported but unused
|
Analysing the code with ruff:
vllm/worker/hpu_model_runner.py#L1363
vllm/worker/hpu_model_runner.py:1363:81: E501 Line too long (88 > 80)
|
Analysing the code with ruff:
vllm/worker/hpu_model_runner.py#L1487
vllm/worker/hpu_model_runner.py:1487:9: F841 Local variable `times` is assigned to but never used
|
Analysing the code with ruff:
vllm/worker/hpu_model_runner.py#L1514
vllm/worker/hpu_model_runner.py:1514:19: F541 f-string without any placeholders
|
Analysing the code with ruff:
vllm/worker/hpu_model_runner.py#L2128
vllm/worker/hpu_model_runner.py:2128:81: E501 Line too long (81 > 80)
|
Analysing the code with ruff:
vllm/worker/hpu_model_runner.py#L2130
vllm/worker/hpu_model_runner.py:2130:81: E501 Line too long (92 > 80)
|
Analysing the code with ruff:
vllm/worker/hpu_model_runner.py#L2139
vllm/worker/hpu_model_runner.py:2139:81: E501 Line too long (82 > 80)
|
Analysing the code with ruff:
vllm/worker/hpu_model_runner.py#L2169
vllm/worker/hpu_model_runner.py:2169:81: E501 Line too long (83 > 80)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading