diff --git a/src/axolotl/core/trainer_builder.py b/src/axolotl/core/trainer_builder.py index 0e3348df59..53f6cca903 100644 --- a/src/axolotl/core/trainer_builder.py +++ b/src/axolotl/core/trainer_builder.py @@ -794,7 +794,7 @@ def __init__(self, cfg, model, tokenizer): self.tokenizer = tokenizer # in case the model supports tagging, add the axolotl tag. - # This makes sure the tag is correctly pushed even if a user calls + # This makes sure the tag is correctly pushed even if a user calls # model.push_to_hub instad of trainer.push_to_hub. if hasattr(model, "add_model_tags"): model.add_model_tags(["axolotl"])