mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 11:20:35 +08:00
add sft script preview in webui
This commit is contained in:
@@ -500,6 +500,22 @@ LOCALES = {
|
||||
"zh": {
|
||||
"value": "开始导出"
|
||||
}
|
||||
},
|
||||
"preview_script_btn": {
|
||||
"en": {
|
||||
"value": "preview train script"
|
||||
},
|
||||
"zh": {
|
||||
"value": "预览训练脚本命令"
|
||||
}
|
||||
},
|
||||
"preview_script_box": {
|
||||
"en": {
|
||||
"label": "SFT Script Preview",
|
||||
},
|
||||
"zh": {
|
||||
"label": "训练命令预览",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user