style: cluster creation steps

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent 0ba8300959
commit 0eba1da6c4
21 changed files with 223 additions and 79 deletions
+3 -2
View File
@@ -414,7 +414,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
}
// TODO
// fetchContextLength({ ...params, source });
fetchContextLength({ ...params, source });
}, [isGGUF, source, localPath, modelScopeModelId, huggingfaceRepoId]);
return (
@@ -480,7 +480,8 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
initialValues?.speculative_config?.ngram_max_match_length || 10
},
...initialValues,
backend_version: initialValues?.backend_version || null
backend_version: initialValues?.backend_version || null,
max_context_len: initialValues?.max_context_len || 2048
}}
>
<BasicForm