Skip to content

Commit 5ceb884

Browse files
authored
Update weight_utils.py
1 parent 0a36b59 commit 5ceb884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/model_loader/weight_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def safetensors_weights_iterator(
476476
yield name, param
477477

478478
def runai_safetensors_weights_iterator(
479-
hf_weights_files: List[str],
479+
hf_weights_files: list[str],
480480
use_tqdm_on_load: bool,
481481
) -> Generator[tuple[str, torch.Tensor], None, None]:
482482
"""Iterate over the weights in the model safetensor files."""

0 commit comments

Comments
 (0)