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