chore: lint

This commit is contained in:
Wing Lian
2025-05-27 19:26:31 -04:00
parent 770bb0605a
commit 20602fd93f

View File

@@ -410,7 +410,7 @@ class HFCausalTrainerBuilder(TrainerBuilderBase):
def build_collator(
self,
training_args, # type: "AxolotlTrainingArguments"
training_args, # type: "AxolotlTrainingArguments" # type: ignore
is_eval=False,
**kwargs,
):