Skip to content

Commit

Permalink
fix logic in is_model_quat_from_path
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm authored Dec 11, 2024
1 parent c47ca6a commit 4492e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmcompressor/transformers/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def is_model_quantized_from_path(path: str):
if config is not None:
if hasattr(config, "quantization_config"):
return True
return False
return False


def resolve_recipe(
Expand Down

0 comments on commit 4492e53

Please sign in to comment.