fix: bugs

Former-commit-id: a2297f97f7587c77d55fbce9ffa81dc60d0b04a1
This commit is contained in:
ZeYi Lin
2024-12-19 21:08:16 +08:00
parent a30bdbb1c0
commit 925e421bde
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