feat: ui improve

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