Omer/run loader #17
Annotations
7 errors
Analysing the code with ruff:
vllm/config.py#L201
vllm/config.py:201:17: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
Analysing the code with ruff:
vllm/config.py#L202
vllm/config.py:202:81: E501 Line too long (96 > 80)
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1215
vllm/model_executor/model_loader/loader.py:1215:17: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1216
vllm/model_executor/model_loader/loader.py:1216:81: E501 Line too long (96 > 80)
|
Analysing the code with ruff:
vllm/model_executor/model_loader/weight_utils.py#L420
vllm/model_executor/model_loader/weight_utils.py:420:9: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
Analysing the code with ruff:
vllm/model_executor/model_loader/weight_utils.py#L421
vllm/model_executor/model_loader/weight_utils.py:421:81: E501 Line too long (94 > 80)
|
Analysing the code with ruff
Process completed with exit code 1.
|
Loading