fix: can be cleared during loading in embedding and rerank

This commit is contained in:
jialin
2025-03-06 09:49:07 +08:00
parent 4de1a38c00
commit 4c5946e8da
3 changed files with 2 additions and 4 deletions
@@ -449,10 +449,6 @@ const Workers: React.FC = () => {
record?.status?.memory?.used,
record?.status?.memory?.total
)}
successPercent={formateUtilazation(
record?.status?.memory?.allocated,
record?.status?.memory?.total
)}
label={renderProgressLabels(record?.status?.memory)}
></ProgressBar>
);