mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 22:32:54 +08:00
fix: text
Former-commit-id: 0a52962db365e7456c858a8e58c19313f19d1e09
This commit is contained in:
parent
dd22454fc5
commit
03dba638e6
@ -273,12 +273,12 @@ 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_api_key = gr.Textbox(value="", placeholder="API key", interactive=True)
|
||||
swanlab_project = gr.Textbox(value="", placeholder="Project name", interactive=True)
|
||||
swanlab_workspace = gr.Textbox(value="", placeholder="Workspace name", interactive=True)
|
||||
swanlab_project = gr.Textbox(value="LLaMA-Factory", placeholder="Project name", interactive=True)
|
||||
swanlab_experiment_name = gr.Textbox(value="", placeholder="Experiment name", interactive=True)
|
||||
swanlab_description = gr.Textbox(value="", placeholder="Experiment description", interactive=True)
|
||||
swanlab_mode = gr.Dropdown(choices=["cloud", "local", "disabled"], value="cloud", interactive=True)
|
||||
swanlab_workspace = gr.Textbox(value="", placeholder="Workspace name", interactive=True)
|
||||
swanlab_api_key = gr.Textbox(value="", placeholder="API key", interactive=True)
|
||||
|
||||
input_elems.update({use_swanlab, swanlab_api_key, swanlab_project, swanlab_workspace, swanlab_experiment_name, swanlab_description, swanlab_mode})
|
||||
elem_dict.update(
|
||||
|
Loading…
x
Reference in New Issue
Block a user