always_override=gr.Checkbox(label='Override Existing Files',value=False,info='If the name is the same, checking will replace the existing file, and unchecking will load and continue from it (the rank must be the same).',elem_classes=['no-background'])
gr.Markdown("Selects which modules to target in training. Targeting more modules is closer to a full fine-tune at the cost of increased VRAM requirements and adapter size.\nNOTE: Only works for model_id='llama', other types will retain default training behavior and not use these settings.")
gr.Markdown("Selects which swarms.modelui.modules to target in training. Targeting more swarms.modelui.modules is closer to a full fine-tune at the cost of increased VRAM requirements and adapter size.\nNOTE: Only works for model_id='llama', other types will retain default training behavior and not use these settings.")
# Populate target_modules list with chosen X_proj modules. Llama-based models only atm, non-llama will revert to default behavior.
# Populate target_ swarms.modelui.modules list with chosen X_proj swarms.modelui.modules. Llama-based models only atm, non-llama will revert to default behavior.