fixed formatting

This commit is contained in:
sunny
2024-10-29 15:50:56 -04:00
parent 32b6f30947
commit 271c2c2b82
2 changed files with 2 additions and 2 deletions

View File

@@ -292,4 +292,4 @@ debug:
deepspeed: deepspeed_configs/zero3_bf16.json deepspeed: deepspeed_configs/zero3_bf16.json
weight_decay: 0.05 weight_decay: 0.05
special_tokens: special_tokens:
eos_token: <|im_end|> eos_token: <|im_end|>

View File

@@ -397,7 +397,7 @@ class ModelLoader:
patch_for_multipack( patch_for_multipack(
self.cfg.model_config_type, self.cfg.model_config_type,
model_name=self.cfg.base_model, 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: if self.cfg.is_llama_derived_model: