Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
dd931be
1
Parent(s):
e302cf6
fix
Browse files
llama_lora/lib/csv_logger.py
CHANGED
@@ -27,8 +27,6 @@ class CSVLogger(FlaggingCallback):
|
|
27 |
self,
|
28 |
components: List[Any],
|
29 |
flagging_dir: Union[str, Path],
|
30 |
-
components,
|
31 |
-
flagging_dir,
|
32 |
):
|
33 |
self.components = components
|
34 |
self.flagging_dir = flagging_dir
|
|
|
27 |
self,
|
28 |
components: List[Any],
|
29 |
flagging_dir: Union[str, Path],
|
|
|
|
|
30 |
):
|
31 |
self.components = components
|
32 |
self.flagging_dir = flagging_dir
|