feat: add cluster list

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 43e1dd0b0e
commit 89001dbb92
24 changed files with 1695 additions and 110 deletions
+3 -3
View File
@@ -45,13 +45,13 @@ const HuggingFaceForm: React.FC = () => {
]}
>
<SealInput.Input
label={intl.formatMessage({ id: 'models.form.repoid' })}
label="Base Model"
required
disabled={pageAction === PageAction.CREATE}
onBlur={handleOnBlur}
></SealInput.Input>
</Form.Item>
{isGGUF && (
{/* {isGGUF && (
<Form.Item<FormData>
name="file_name"
key="file_name"
@@ -69,7 +69,7 @@ const HuggingFaceForm: React.FC = () => {
onBlur={handleOnBlur}
></SealInput.Input>
</Form.Item>
)}
)} */}
</>
);
};