From 88c9a7aecca66865b1366658a270d127e04773bc Mon Sep 17 00:00:00 2001 From: sunny Date: Tue, 29 Oct 2024 13:35:55 -0400 Subject: [PATCH] LOG for debug --- src/axolotl/utils/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/axolotl/utils/models.py b/src/axolotl/utils/models.py index f3386cccf..30f2904a6 100644 --- a/src/axolotl/utils/models.py +++ b/src/axolotl/utils/models.py @@ -393,7 +393,8 @@ class ModelLoader: self.cfg.model_config_type in SUPPORTED_MULTIPACK_MODEL_TYPES and self.cfg.flash_attention and self.cfg.sample_packing - ): + ): + LOG.info(f"Model_config_type: {self.cfg.model_config_type}") patch_for_multipack( self.cfg.model_config_type, model_name=self.cfg.base_model,