Skip to content

Commit 91ee4ba

Browse files
committed
logger debug
Summary Signed-off-by: HDCharles <charlesdavidhernandez@gmail.com>
1 parent a460f02 commit 91ee4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/transformers/utils/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def infer_recipe_from_model_path(model_path: Union[str, Path]) -> Optional[str]:
8181
filename=RECIPE_FILE_NAME,
8282
)
8383
except HFValidationError as e:
84-
logger.info(f"unable to get recipe from hf_hub, raised:\n{e}")
84+
logger.debug(f"unable to get recipe from hf_hub, raised:\n{e}")
8585

8686
if cached_recipe and cached_recipe is not _CACHED_NO_EXIST:
8787
# Recipe found in cached model

0 commit comments

Comments
 (0)