xushengyuan commited on
Commit
6b3112a
·
1 Parent(s): 1bdda7b

fix gradio missing key

Browse files
Files changed (1) hide show
  1. acestep/gradio_ui.py +1 -0
acestep/gradio_ui.py CHANGED
@@ -497,6 +497,7 @@ def create_generation_section(handler) -> dict:
497
  "init_llm_checkbox": init_llm_checkbox,
498
  "use_flash_attention_checkbox": use_flash_attention_checkbox,
499
  "offload_to_cpu_checkbox": offload_to_cpu_checkbox,
 
500
  "task_type": task_type,
501
  "instruction_display_gen": instruction_display_gen,
502
  "track_name": track_name,
 
497
  "init_llm_checkbox": init_llm_checkbox,
498
  "use_flash_attention_checkbox": use_flash_attention_checkbox,
499
  "offload_to_cpu_checkbox": offload_to_cpu_checkbox,
500
+ "offload_dit_to_cpu_checkbox": offload_dit_to_cpu_checkbox,
501
  "task_type": task_type,
502
  "instruction_display_gen": instruction_display_gen,
503
  "track_name": track_name,