From 271c2c2b824b24a8af00100bd398fb3287d5fbec Mon Sep 17 00:00:00 2001 From: sunny Date: Tue, 29 Oct 2024 15:50:56 -0400 Subject: [PATCH] fixed formatting --- 1991.yml | 2 +- src/axolotl/utils/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1991.yml b/1991.yml index 3098515c0..abfc84f51 100644 --- a/1991.yml +++ b/1991.yml @@ -292,4 +292,4 @@ debug: deepspeed: deepspeed_configs/zero3_bf16.json weight_decay: 0.05 special_tokens: - eos_token: <|im_end|> \ No newline at end of file + eos_token: <|im_end|> diff --git a/src/axolotl/utils/models.py b/src/axolotl/utils/models.py index f3386cccf..89ca00c9c 100644 --- a/src/axolotl/utils/models.py +++ b/src/axolotl/utils/models.py @@ -397,7 +397,7 @@ class ModelLoader: patch_for_multipack( self.cfg.model_config_type, model_name=self.cfg.base_model, - is_remote_code=self.cfg.trust_remote_code, + # is_remote_code=self.cfg.trust_remote_code, ) if self.cfg.is_llama_derived_model: