Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
49e5eecce4
2 changed files with 5 additions and 5 deletions
|
|
@ -55,7 +55,7 @@ def create_ui():
|
|||
tmp = gr.State('')
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
gr.Markdown("[Tutorial](https://github.com/oobabooga/text-generation-webui/blob/main/docs/Training-LoRAs.md)")
|
||||
gr.Markdown("[Tutorial](https://github.com/oobabooga/text-generation-webui/wiki/05-%E2%80%90-Training-Tab)")
|
||||
|
||||
with gr.Row():
|
||||
copy_from = gr.Dropdown(label='Copy parameters from', value='None', choices=utils.get_available_loras(), elem_classes=['slim-dropdown'], interactive=not mu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue