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'
};
+2 -1
View File
@@ -12,5 +12,6 @@ export default {
'models.form.s3address': 'S3 地址',
'models.openinplayground': '在 Playground 中打开',
'models.instances': '实例',
'model.form.ollama.model': 'Ollama 模型'
'model.form.ollama.model': 'Ollama 模型',
'model.form.ollamaholder': '请选择或输入模型名称'
};
+1 -1
View File
@@ -13,6 +13,6 @@ export default {
'playground.completion': '补全',
'playground.prompt': '提示',
'playground.tokenusage': 'Token 使用量',
'models.openinplayground': '试验场打开',
'models.openinplayground': '打开试验场',
'playground.tokenoutput': '输出'
};
+3 -1
View File
@@ -14,5 +14,7 @@ export default {
'resources.table.temperature': '温度',
'resources.table.core': '核数',
'resources.table.gpuutilization': 'GPU 利用率',
'resources.table.vramutilization': '显存利用率'
'resources.table.vramutilization': '显存利用率',
'resources.table.total': '总量',
'resources.table.used': '已用'
};