fix: cpu_offload is not shown when editting model
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user