fix: project blank

This commit is contained in:
ZeYi Lin
2024-12-20 18:26:02 +08:00
parent 3a7ea2048a
commit 82e5d75014
2 changed files with 2 additions and 2 deletions

View File

@@ -311,7 +311,7 @@ class SwanLabArguments:
metadata={"help": "Whether or not to use the SwanLab (an experiment tracking and visualization tool)."},
)
swanlab_project: str = field(
default="LLaMA Factory",
default="llamafactory",
metadata={"help": "The project name in SwanLab."},
)
swanlab_workspace: str = field(