[WIP] [V1] VLM hashing and mapper caching #28542
Annotations
4 errors and 1 warning
Ruff (E501):
examples/offline_inference_vision_language.py#L577
examples/offline_inference_vision_language.py:577:81: E501 Line too long (81 > 80)
|
Ruff (F841):
vllm/v1/engine/mm_input_mapper.py#L108
vllm/v1/engine/mm_input_mapper.py:108:13: F841 Local variable `elapsed_time` is assigned to but never used
|
Ruff (E501):
vllm/v1/worker/gpu_model_runner.py#L389
vllm/v1/worker/gpu_model_runner.py:389:81: E501 Line too long (82 > 80)
|
ruff (3.12)
Process completed with exit code 1.
|
ruff (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|