mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-17 04:10:36 +08:00
fix: project blank
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user