From a65dbe779f17c04d56a73fba38b9a11733644e88 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Mon, 23 Jun 2025 18:44:03 +0700 Subject: [PATCH] fix: suspected eval vram increased usage --- src/axolotl/core/builders/causal.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/axolotl/core/builders/causal.py b/src/axolotl/core/builders/causal.py index 47e33a332..2d71b7493 100644 --- a/src/axolotl/core/builders/causal.py +++ b/src/axolotl/core/builders/causal.py @@ -215,10 +215,6 @@ class HFCausalTrainerBuilder(TrainerBuilderBase): self.cfg.auto_find_batch_size ) - training_arguments_kwargs["eval_accumulation_steps"] = ( - self.cfg.gradient_accumulation_steps - ) - training_arguments_kwargs["load_best_model_at_end"] = ( ( self.cfg.load_best_model_at_end is not False