We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b811201 commit 0297c67Copy full SHA for 0297c67
swift/ui/llm_train/save.py
@@ -46,7 +46,7 @@ class Save(BaseUI):
46
'en': 'Set the model as private',
47
}
48
},
49
- 'push_hub_strategy': {
+ 'hub_strategy': {
50
'label': {
51
'zh': '推送策略',
52
'en': 'Push strategy',
@@ -76,5 +76,5 @@ def do_build_ui(cls, base_tab: Type['BaseUI']):
76
gr.Checkbox(elem_id='push_to_hub', scale=20)
77
gr.Textbox(elem_id='hub_model_id', lines=1, scale=20)
78
gr.Checkbox(elem_id='hub_private_repo', scale=20)
79
- gr.Dropdown(elem_id='push_hub_strategy', scale=20)
+ gr.Dropdown(elem_id='hub_strategy', scale=20)
80
gr.Textbox(elem_id='hub_token', lines=1, scale=20)
0 commit comments