mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 22:32:54 +08:00
fix: project blank
Former-commit-id: 82e5d75014ffe5fbe762711adecf59c94ab29f59
This commit is contained in:
parent
cc703b58f5
commit
67d4757c35
@ -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(
|
||||
|
@ -273,7 +273,7 @@ def create_train_tab(engine: "Engine") -> Dict[str, "Component"]:
|
||||
with gr.Accordion(open=False) as swanlab_tab:
|
||||
with gr.Row():
|
||||
use_swanlab = gr.Checkbox()
|
||||
swanlab_project = gr.Textbox(value="LLaMA-Factory", placeholder="Project name", interactive=True)
|
||||
swanlab_project = gr.Textbox(value="llamafactory", placeholder="Project name", interactive=True)
|
||||
swanlab_experiment_name = gr.Textbox(value="", placeholder="Experiment name", interactive=True)
|
||||
swanlab_workspace = gr.Textbox(value="", placeholder="Workspace name", interactive=True)
|
||||
swanlab_api_key = gr.Textbox(value="", placeholder="API key", interactive=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user