Skip to content

Commit b5e2dd1

Browse files
committed
logger debug
Summary Signed-off-by: HDCharles <[email protected]>
1 parent 189c48e commit b5e2dd1

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
@@ -119,7 +119,7 @@ def infer_recipe_from_model_path(model_path: Union[str, Path]) -> Optional[str]:
119119
filename=RECIPE_FILE_NAME,
120120
)
121121
except HFValidationError as e:
122-
logger.info(f"unable to get recipe from hf_hub, raised:\n{e}")
122+
logger.debug(f"unable to get recipe from hf_hub, raised:\n{e}")
123123

124124
if cached_recipe and cached_recipe is not _CACHED_NO_EXIST:
125125
# Recipe found in cached model

0 commit comments

Comments
 (0)