chore: add cancel query model
This commit is contained in:
@@ -18,5 +18,15 @@ export default {
|
||||
'model.deploy.sort': 'Sort',
|
||||
'model.deploy.search.placeholder': 'Search models from Hugging Face',
|
||||
'model.form.ollamatips':
|
||||
'Tip: The following are the preconfigured Ollama models in GPUStack. Please select the model you want, or directly enter the model you wish to deploy in the 【{name}】 input box on the right.'
|
||||
'Tip: The following are the preconfigured Ollama models in GPUStack. Please select the model you want, or directly enter the model you wish to deploy in the 【{name}】 input box on the right.',
|
||||
'models.sort.name': 'Name',
|
||||
'models.sort.size': 'Size',
|
||||
'models.sort.likes': 'Likes',
|
||||
'models.sort.downloads': 'Downloads',
|
||||
'models.sort.updated': 'Updated',
|
||||
'models.search.result': '{count} results',
|
||||
'models.data.card': 'Model Card',
|
||||
'models.available.files': 'Available Files',
|
||||
'models.viewin.hf': 'View in Hugging Face',
|
||||
'models.architecture': 'Architecture'
|
||||
};
|
||||
|
||||
@@ -18,5 +18,15 @@ export default {
|
||||
'model.deploy.sort': '排序',
|
||||
'model.deploy.search.placeholder': '从 Hugging Face 搜索模型',
|
||||
'model.form.ollamatips':
|
||||
'提示:以下为 GPUStack 预设的 Ollama 模型,请选择你想要的模型或者直接在右侧表单 【{name}】 输入框中输入你要部署的模型。'
|
||||
'提示:以下为 GPUStack 预设的 Ollama 模型,请选择你想要的模型或者直接在右侧表单 【{name}】 输入框中输入你要部署的模型。',
|
||||
'models.sort.name': '名称',
|
||||
'models.sort.size': '大小',
|
||||
'models.sort.likes': '喜欢',
|
||||
'models.sort.downloads': '下载',
|
||||
'models.sort.updated': '更新时间',
|
||||
'models.search.result': '{count} 个结果',
|
||||
'models.data.card': '模型简介',
|
||||
'models.available.files': '可用文件',
|
||||
'models.viewin.hf': '在 Hugging Face 中查看',
|
||||
'models.architecture': '架构'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user