[BugFix] Repo utils debug print patch (#35434)

Signed-off-by: Daniel Huang <daniel1.huang@intel.com>
This commit is contained in:
Daniel Huang
2026-02-26 19:50:56 -08:00
committed by GitHub
parent 062b789632
commit 1a8c71674e

View File

@@ -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(