feat: ui improve

Former-commit-id: 5f6dafd70e
This commit is contained in:
ZeYi Lin
2024-12-20 11:03:02 +08:00
parent 03dba638e6
commit 8f786ee938
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."},
)