Unverified Commit 1a8c7167 authored by Daniel Huang's avatar Daniel Huang Committed by GitHub
Browse files

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


Signed-off-by: default avatarDaniel Huang <daniel1.huang@intel.com>
parent 062b7896
...@@ -285,7 +285,7 @@ def get_hf_file_to_dict( ...@@ -285,7 +285,7 @@ def get_hf_file_to_dict(
EntryNotFoundError, EntryNotFoundError,
LocalEntryNotFoundError, LocalEntryNotFoundError,
) as e: ) 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 return None
except HfHubHTTPError as e: except HfHubHTTPError as e:
logger.warning( logger.warning(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment