From dd931be93365d3a047c6b6fc4c243525b8ca9bf4 Mon Sep 17 00:00:00 2001 From: zetavg Date: Thu, 20 Apr 2023 02:42:52 +0800 Subject: [PATCH] fix --- llama_lora/lib/csv_logger.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/llama_lora/lib/csv_logger.py b/llama_lora/lib/csv_logger.py index f764d7e..028cd29 100644 --- a/llama_lora/lib/csv_logger.py +++ b/llama_lora/lib/csv_logger.py @@ -27,8 +27,6 @@ def setup( self, components: List[Any], flagging_dir: Union[str, Path], - components, - flagging_dir, ): self.components = components self.flagging_dir = flagging_dir