Skip to content

Commit d3505ba

Browse files
Update vllm/model_executor/model_loader/weight_utils.py
Co-authored-by: Cyrus Leung <[email protected]>
1 parent 4b183c4 commit d3505ba

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
@@ -492,7 +492,7 @@ def runai_safetensors_weights_iterator(
492492
total=total_tensors,
493493
desc="Loading safetensors using Runai Model Streamer",
494494
bar_format=_BAR_FORMAT,
495-
disable=not use_tqdm_on_load,
495+
disable=not enable_tqdm(use_tqdm_on_load),
496496
)
497497

498498
yield from tensor_iter

0 commit comments

Comments
 (0)