Skip to content

Commit 2992769

Browse files
committed
Use: warning over warn
1 parent 135d672 commit 2992769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axolotl/utils/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def check_model_config(cfg: DictDefault, model_config: PretrainedConfig):
146146

147147
if is_compressed_tensors_config:
148148
if model_config.quantization_config.get("config_groups"):
149-
LOG.warn(
149+
LOG.warning(
150150
"Found `config_groups` in a compressed-tensors config. "
151151
"QAT integration with llmcompressor is not tested."
152152
)

0 commit comments

Comments
 (0)