Skip to content

[Platform] Refactor current_memory_usage() function in DeviceMemoryProfiler to Platform #30117

[Platform] Refactor current_memory_usage() function in DeviceMemoryProfiler to Platform

[Platform] Refactor current_memory_usage() function in DeviceMemoryProfiler to Platform #30117

Triggered via pull request December 20, 2024 09:38
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Matrix: ruff
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Ruff (E501): vllm/platforms/cuda.py#L145
vllm/platforms/cuda.py:145:81: E501 Line too long (92 > 80)
Ruff (E501): vllm/platforms/interface.py#L242
vllm/platforms/interface.py:242:81: E501 Line too long (92 > 80)
Ruff (E501): vllm/platforms/xpu.py#L92
vllm/platforms/xpu.py:92:81: E501 Line too long (92 > 80)
Ruff (E501): vllm/utils.py#L684
vllm/utils.py:684:81: E501 Line too long (84 > 80)
Ruff (E501): vllm/utils.py#L689
vllm/utils.py:689: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