Skip to content

Draft PR for Adding support for Google T5 11b model to ROCm vLLM #1164

Draft PR for Adding support for Google T5 11b model to ROCm vLLM

Draft PR for Adding support for Google T5 11b model to ROCm vLLM #1164

Triggered via pull request December 18, 2024 01:08
Status Failure
Total duration 28s
Artifacts

ruff.yml

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

Annotations

10 errors and 1 warning
Ruff (B009): vllm/model_executor/models/t5.py#L131
vllm/model_executor/models/t5.py:131:31: B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (B009): vllm/model_executor/models/t5.py#L133
vllm/model_executor/models/t5.py:133:27: B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (B009): vllm/model_executor/models/t5.py#L135
vllm/model_executor/models/t5.py:135:27: B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (B009): vllm/model_executor/models/t5.py#L137
vllm/model_executor/models/t5.py:137:27: B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (B009): vllm/model_executor/models/t5.py#L141
vllm/model_executor/models/t5.py:141:27: B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (E501): vllm/model_executor/models/t5.py#L142
vllm/model_executor/models/t5.py:142:81: E501 Line too long (94 > 80)
Ruff (G004): vllm/model_executor/models/t5.py#L149
vllm/model_executor/models/t5.py:149:33: G004 Logging statement uses f-string
Ruff (B009): vllm/model_executor/models/t5.py#L155
vllm/model_executor/models/t5.py:155:23: B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (G004): vllm/model_executor/models/t5.py#L157
vllm/model_executor/models/t5.py:157:25: G004 Logging statement uses f-string
Ruff (E501): vllm/model_executor/models/t5.py#L157
vllm/model_executor/models/t5.py:157:81: E501 Line too long (86 > 80)
ruff (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636