Merge pull request #2 from kakao-kevin-us/dependabot/github_actions/a… #4
Annotations
8 errors
|
Analysing the code with ruff:
tests/conftest.py#L17
tests/conftest.py:17:49: F401 `transformers.AutoModelForSequenceClassification` imported but unused
|
Analysing the code with ruff:
tests/conftest.py#L17
tests/conftest.py:17:81: E501 Line too long (125 > 80)
|
Analysing the code with ruff:
vllm/model_executor/layers/pooler.py#L31
vllm/model_executor/layers/pooler.py:31:81: E501 Line too long (90 > 80)
|
Analysing the code with ruff:
vllm/model_executor/models/qwen2_cls.py#L15
vllm/model_executor/models/qwen2_cls.py:15:48: F401 `vllm.model_executor.layers.linear.ColumnParallelLinear` imported but unused
|
Analysing the code with ruff:
vllm/model_executor/models/qwen2_cls.py#L93
vllm/model_executor/models/qwen2_cls.py:93:81: E501 Line too long (91 > 80)
|
Analysing the code with ruff:
vllm/model_executor/models/registry.py#L95
vllm/model_executor/models/registry.py:95:81: E501 Line too long (86 > 80)
|
Analysing the code with ruff
Process completed with exit code 1.
|
Loading