fix: project blank

Former-commit-id: 3a0939572b0bfc7da0ee1a7244b6b3fbf567aba0
This commit is contained in:
ZeYi Lin
2024-12-20 18:26:02 +08:00
parent 8a41c96761
commit f792eaf8d4
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(