feat: ui improve

Former-commit-id: 6a1effb1741a13ae5238b0e9b429b4cbe3b6534f
This commit is contained in:
ZeYi Lin
2024-12-20 11:03:02 +08:00
parent 3e44c8fe3a
commit e5d9d8c55d
5 changed files with 36 additions and 49 deletions

View File

@@ -322,11 +322,7 @@ class SwanLabArguments:
default=None,
metadata={"help": "The experiment name in SwanLab."},
)
swanlab_description: str = field(
default=None,
metadata={"help": "The experiment description in SwanLab."},
)
swanlab_mode: Literal["cloud", "local", "disabled"] = field(
swanlab_mode: Literal["cloud", "local"] = field(
default="cloud",
metadata={"help": "The mode of SwanLab."},
)