chore: 模型微调更名为模型训练
侧边栏菜单标签与路由标题统一由模型微调改为模型训练。
This commit is contained in:
@@ -36,7 +36,7 @@ const menuGroups = [
|
|||||||
{
|
{
|
||||||
title: '模型服务',
|
title: '模型服务',
|
||||||
items: [
|
items: [
|
||||||
{ key: 'fine-tune', label: '模型微调', icon: 'fa-cogs', to: '/fine-tune' },
|
{ key: 'fine-tune', label: '模型训练', icon: 'fa-cogs', to: '/fine-tune' },
|
||||||
{ key: 'model-eval', label: '模型评测', icon: 'fa-line-chart', to: '/model-eval' },
|
{ key: 'model-eval', label: '模型评测', icon: 'fa-line-chart', to: '/model-eval' },
|
||||||
{ key: 'model-inference', label: '模型推理', icon: 'fa-server', to: '/model-inference' },
|
{ key: 'model-inference', label: '模型推理', icon: 'fa-server', to: '/model-inference' },
|
||||||
{ key: 'model-manage', label: '模型管理', icon: 'fa-cube', to: '/model-manage' },
|
{ key: 'model-manage', label: '模型管理', icon: 'fa-cube', to: '/model-manage' },
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
path: 'fine-tune',
|
path: 'fine-tune',
|
||||||
name: 'fine-tune',
|
name: 'fine-tune',
|
||||||
component: () => import('@/views/fine-tune/FineTuneListView.vue'),
|
component: () => import('@/views/fine-tune/FineTuneListView.vue'),
|
||||||
meta: { title: '模型微调', pageSurface: 'self' },
|
meta: { title: '模型训练', pageSurface: 'self' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'fine-tune/create',
|
path: 'fine-tune/create',
|
||||||
|
|||||||
Reference in New Issue
Block a user