[Core]Add New Run:ai Streamer Load format. #25023
Annotations
10 errors
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1261
vllm/model_executor/model_loader/loader.py:1261:81: E501 Line too long (91 > 80)
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1266
vllm/model_executor/model_loader/loader.py:1266:46: F401 `runai_model_streamer.SafetensorsStreamer` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1268
vllm/model_executor/model_loader/loader.py:1268:13: 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#L1269
vllm/model_executor/model_loader/loader.py:1269:81: E501 Line too long (82 > 80)
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1289
vllm/model_executor/model_loader/loader.py:1289:81: E501 Line too long (84 > 80)
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1346
vllm/model_executor/model_loader/loader.py:1346:25: G004 Logging statement uses f-string
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1359
vllm/model_executor/model_loader/loader.py:1359:13: 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#L1371
vllm/model_executor/model_loader/loader.py:1371:81: E501 Line too long (81 > 80)
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1375
vllm/model_executor/model_loader/loader.py:1375:21: G004 Logging statement uses f-string
|
Analysing the code with ruff:
vllm/model_executor/model_loader/loader.py#L1375
vllm/model_executor/model_loader/loader.py:1375:81: E501 Line too long (95 > 80)
|
Loading