add sft script preview in webui

Former-commit-id: 2b72649b404750226aa418b61ef5a6c9ac03938f
This commit is contained in:
codemayq
2023-08-12 13:53:55 +08:00
parent be566a15a5
commit 8bf5a98815
4 changed files with 145 additions and 24 deletions

View File

@@ -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": "训练命令预览",
}
}
}