remove unnecessary print, modifiied pooling logic. #6
Annotations
4 errors
|
Analysing the code with ruff:
tests/conftest.py#L18
tests/conftest.py:18:27: F401 `transformers.AutoModelForSequenceClassification` imported but unused
|
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