diff --git a/src/pages/llmodels/components/table-list.tsx b/src/pages/llmodels/components/table-list.tsx index 7cbbdf98..3b3deec0 100644 --- a/src/pages/llmodels/components/table-list.tsx +++ b/src/pages/llmodels/components/table-list.tsx @@ -808,7 +808,6 @@ const Models: React.FC = ({ > { }; const init = async () => { - const [modelRes, workerRes, cList, modelFileList] = await Promise.all([ + const [modelRes, workerRes, modelFileList] = await Promise.all([ getTableData(), getWorkerList(), - getCataLogList(), getModelFileList() ]); const dataList = generateModelFileOptions( @@ -368,7 +367,6 @@ const Models: React.FC = () => { deletedIds: [] }); setWorkerList(workerRes.items || []); - setCatalogList(cList); setModelFileOptions(dataList); clearTimeout(timer); diff --git a/src/pages/playground/style/content-item.less b/src/pages/playground/style/content-item.less index 755e1458..af02fd1c 100644 --- a/src/pages/playground/style/content-item.less +++ b/src/pages/playground/style/content-item.less @@ -25,7 +25,6 @@ position: relative; padding: 0 4px; border-radius: var(--border-radius-mini); - font-weight: var(--font-weight-medium); } .actions {