Unverified Commit 6b628d9a authored by Baber Abbasi's avatar Baber Abbasi Committed by GitHub
Browse files

change warning to debug (#2481)

parent 77c811ea
......@@ -1384,7 +1384,7 @@ class HFLM(TemplateLM):
model_info = HfApi().model_info(repo_id=pretrained, revision=revision)
return model_info.sha
except Exception as e:
eval_logger.warn(
eval_logger.debug(
f"Failed to get model SHA for {pretrained} at revision {revision}. Error: {e}"
)
return ""
......
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