Draft PR for Adding support for Google T5 11b model to ROCm vLLM #1162
Annotations
10 errors and 1 warning
Ruff (F401):
vllm/model_executor/models/t5.py#L22
vllm/model_executor/models/t5.py:22:8: F401 `math` imported but unused
|
Ruff (F401):
vllm/model_executor/models/t5.py#L31
vllm/model_executor/models/t5.py:31:58: F401 `vllm.attention.AttentionType` imported but unused
|
Ruff (F401):
vllm/model_executor/models/t5.py#L33
vllm/model_executor/models/t5.py:33:30: F401 `vllm.distributed.get_tensor_model_parallel_world_size` imported but unused
|
Ruff (F401):
vllm/model_executor/models/t5.py#L46
vllm/model_executor/models/t5.py:46:27: F401 `vllm.sequence.IntermediateTensors` imported but unused
|
Ruff (E501):
vllm/model_executor/models/t5.py#L81
vllm/model_executor/models/t5.py:81:81: E501 Line too long (101 > 80)
|
Ruff (F821):
vllm/model_executor/models/t5.py#L85
vllm/model_executor/models/t5.py:85:15: F821 Undefined name `os`
|
Ruff (G004):
vllm/model_executor/models/t5.py#L86
vllm/model_executor/models/t5.py:86:17: G004 Logging statement uses f-string
|
Ruff (G004):
vllm/model_executor/models/t5.py#L92
vllm/model_executor/models/t5.py:92:21: G004 Logging statement uses f-string
|
Ruff (E501):
vllm/model_executor/models/t5.py#L99
vllm/model_executor/models/t5.py:99:81: E501 Line too long (96 > 80)
|
Ruff (E501):
vllm/model_executor/models/t5.py#L102
vllm/model_executor/models/t5.py:102:81: E501 Line too long (110 > 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
|