fix: bugs

Former-commit-id: d0eb64d5e3
This commit is contained in:
ZeYi Lin
2024-12-19 21:08:16 +08:00
parent b512a06c3d
commit dd22454fc5
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