diff --git a/vllm/transformers_utils/repo_utils.py b/vllm/transformers_utils/repo_utils.py index 552e053b2..e485b6041 100644 --- a/vllm/transformers_utils/repo_utils.py +++ b/vllm/transformers_utils/repo_utils.py @@ -285,7 +285,7 @@ def get_hf_file_to_dict( EntryNotFoundError, LocalEntryNotFoundError, ) as e: - logger.debug("File or repository not found in hf_hub_download", e) + logger.debug("File or repository not found in hf_hub_download:", exc_info=e) return None except HfHubHTTPError as e: logger.warning(