From 20602fd93f3ed00733d107a5212000e9c23ecbee Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 27 May 2025 19:26:31 -0400 Subject: [PATCH] chore: lint --- src/axolotl/core/builders/causal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axolotl/core/builders/causal.py b/src/axolotl/core/builders/causal.py index d6d19607f..6ac647632 100644 --- a/src/axolotl/core/builders/causal.py +++ b/src/axolotl/core/builders/causal.py @@ -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, ):