mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-17 12:20:37 +08:00
feat: ui improve
This commit is contained in:
@@ -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."},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user