Skip to content

Commit cd92c11

Browse files
committed
Update weight_utils.py
Signed-off-by: bbartels <[email protected]>
1 parent 07d5348 commit cd92c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/model_executor/model_loader/weight_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ def runai_safetensors_weights_iterator(
484484
streamer.stream_files(hf_weights_files)
485485
total_tensors = sum(
486486
len(tensors_meta)
487-
for tensors_meta in streamer.files_to_tensors_metadata.values()
488-
)
487+
for tensors_meta in streamer.files_to_tensors_metadata.values())
488+
489489
tensor_iter = tqdm(
490490
streamer.get_tensors(),
491491
total=total_tensors,

0 commit comments

Comments
 (0)