Draft PR for Adding support for Google T5 11b model to ROCm vLLM #1164
Annotations
10 errors and 1 warning
Analysing the code with ruff:
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.
|
Analysing the code with ruff:
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.
|
Analysing the code with ruff:
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.
|
Analysing the code with ruff:
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.
|
Analysing the code with ruff:
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.
|
Analysing the code with ruff:
vllm/model_executor/models/t5.py#L142
vllm/model_executor/models/t5.py:142:81: E501 Line too long (94 > 80)
|
Analysing the code with ruff:
vllm/model_executor/models/t5.py#L149
vllm/model_executor/models/t5.py:149:33: G004 Logging statement uses f-string
|
Analysing the code with ruff:
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.
|
Analysing the code with ruff:
vllm/model_executor/models/t5.py#L157
vllm/model_executor/models/t5.py:157:25: G004 Logging statement uses f-string
|
Analysing the code with ruff:
vllm/model_executor/models/t5.py#L157
vllm/model_executor/models/t5.py:157:81: E501 Line too long (86 > 80)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading