fix: cpu_offload is not shown when editting model

This commit is contained in:
jialin
2024-10-09 19:23:29 +08:00
parent 7b2098cf33
commit ecc683a6bd
8 changed files with 46 additions and 63 deletions
+2 -1
View File
@@ -206,5 +206,6 @@ export default {
'common.title.delete.confirm': 'Confirm delete',
'common.button.addLabel': 'Add Labels',
'common.button.addSelector': 'Add Selectors',
'common.button.addParams': 'Add Parameter'
'common.button.addParams': 'Add Parameter',
'common.text.here': 'here'
};
+2 -1
View File
@@ -64,5 +64,6 @@ export default {
'models.form.backend_parameters.llamabox.placeholder':
'e.g., --ctx-size=8192',
'models.form.backend_parameters.vllm.placeholder':
'e.g., --max-model-len=8192'
'e.g., --max-model-len=8192',
'models.form.backend_parameters.vllm.tips': 'More {backend} parameter details'
};
+2 -1
View File
@@ -199,5 +199,6 @@ export default {
'common.title.delete.confirm': '确认删除',
'common.button.addLabel': '添加标签',
'common.button.addSelector': '添加选择器',
'common.button.addParams': '添加参数'
'common.button.addParams': '添加参数',
'common.text.here': '这里'
};
+2 -1
View File
@@ -63,5 +63,6 @@ export default {
'models.form.backend_parameters.llamabox.placeholder':
'例如,--ctx-size=8192',
'models.form.backend_parameters.vllm.placeholder':
'例如,--max-model-len=8192'
'例如,--max-model-len=8192',
'models.form.backend_parameters.vllm.tips': '更多 {backend} 参数说明查看'
};