From 14cf3c4786b28ea72537604b4f7abc1e00a7905c Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sun, 20 Jul 2025 02:20:54 +0000 Subject: [PATCH] updated Signed-off-by: Robert Shaw --- vllm/model_executor/model_loader/weight_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/model_executor/model_loader/weight_utils.py b/vllm/model_executor/model_loader/weight_utils.py index dc1bc72ab410a..64a2089921eea 100644 --- a/vllm/model_executor/model_loader/weight_utils.py +++ b/vllm/model_executor/model_loader/weight_utils.py @@ -303,7 +303,7 @@ def download_weights_from_hf( allow_patterns=allow_patterns, ignore_patterns=ignore_patterns, cache_dir=cache_dir, - # tqdm_class=DisabledTqdm, + tqdm_class=DisabledTqdm, revision=revision, local_files_only=local_only, )