fix: bugs

This commit is contained in:
ZeYi Lin
2024-12-19 21:08:16 +08:00
parent 7eb49e5ffa
commit d0eb64d5e3
3 changed files with 2 additions and 5 deletions

View File

@@ -334,10 +334,6 @@ class SwanLabArguments:
default=None,
metadata={"help": "The API key for SwanLab."},
)
swanlab_config: dict = field(
default={"Framework": "🦙LLaMA Factory"},
metadata={"help": "The configuration file for SwanLab."},
)
@dataclass