Draft PR for Adding support for Google T5 11b model to ROCm vLLM #1165
Annotations
10 errors and 1 warning
Ruff:
vllm/model_executor/models/t5.py#L142
vllm/model_executor/models/t5.py:142:45: SyntaxError: Expected an expression
|
Ruff:
vllm/model_executor/models/t5.py#L143
vllm/model_executor/models/t5.py:143:40: SyntaxError: Expected an expression
|
Ruff:
vllm/model_executor/models/t5.py#L144
vllm/model_executor/models/t5.py:144:15: SyntaxError: Invalid annotated assignment target
|
Ruff:
vllm/model_executor/models/t5.py#L144
vllm/model_executor/models/t5.py:144:40: SyntaxError: Expected an expression
|
Ruff:
vllm/model_executor/models/t5.py#L145
vllm/model_executor/models/t5.py:145:1: SyntaxError: Unexpected indentation
|
Ruff:
vllm/model_executor/models/t5.py#L152
vllm/model_executor/models/t5.py:152:1: SyntaxError: Unexpected indentation
|
Ruff:
vllm/model_executor/models/t5.py#L160
vllm/model_executor/models/t5.py:160:25: SyntaxError: missing closing quote in string literal
|
Ruff:
vllm/model_executor/models/t5.py#L161
vllm/model_executor/models/t5.py:161:15: SyntaxError: Unparenthesized generator expression cannot be used here
|
Ruff:
vllm/model_executor/models/t5.py#L161
vllm/model_executor/models/t5.py:161:28: SyntaxError: Expected an expression
|
Ruff:
vllm/model_executor/models/t5.py#L161
vllm/model_executor/models/t5.py:161:30: SyntaxError: missing closing quote in string literal
|
ruff (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|