chore: models list re-render

This commit is contained in:
jialin
2024-07-05 18:51:13 +08:00
parent 8c66c482b2
commit b753528e44
38 changed files with 810 additions and 657 deletions
+2 -1
View File
@@ -12,5 +12,6 @@ export default {
'models.form.s3address': 'S3 Address',
'models.openinplayground': 'Open in Playground',
'models.instances': 'instances',
'model.form.ollama.model': 'Ollama Model'
'model.form.ollama.model': 'Ollama Model',
'model.form.ollamaholder': 'Please select or input model name'
};
+3 -1
View File
@@ -14,5 +14,7 @@ export default {
'resources.table.temperature': 'Temperature',
'resources.table.core': 'Core',
'resources.table.gpuutilization': 'GPU Utilization',
'resources.table.vramutilization': 'VRAM Utilization'
'resources.table.vramutilization': 'VRAM Utilization',
'resources.table.total': 'Total',
'resources.table.used': 'Used'
};