mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-07 03:12:13 +08:00
fix webui
Former-commit-id: e28485b476816c1bd6c34f7ff9efaa9e3fb85176
This commit is contained in:
parent
dd6e9b3cc1
commit
6360d65dbf
@ -141,7 +141,7 @@ def create_train_tab(top_elems: Dict[str, "Component"], runner: "Runner") -> Dic
|
|||||||
start_btn.click(runner.run_train, input_components, output_components)
|
start_btn.click(runner.run_train, input_components, output_components)
|
||||||
stop_btn.click(runner.set_abort, queue=False)
|
stop_btn.click(runner.set_abort, queue=False)
|
||||||
|
|
||||||
output_box.change(
|
process_bar.change(
|
||||||
gen_plot, [top_elems["model_name"], top_elems["finetuning_type"], output_dir], loss_viewer, queue=False
|
gen_plot, [top_elems["model_name"], top_elems["finetuning_type"], output_dir], loss_viewer, queue=False
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user