fix: miss cluster id in evaluation

This commit is contained in:
jialin
2025-10-24 17:55:54 +08:00
parent ba80ade643
commit 7e81871118
6 changed files with 32 additions and 48 deletions
+2 -1
View File
@@ -81,6 +81,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
sourceList,
clusterList = [],
fields = ['source'],
onBackendChange,
onSourceChange,
onValuesChange,
onOk
@@ -190,7 +191,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
backend_parameters: option.default_backend_param || [],
...updateGPUSelector(val)
});
props.onBackendChange?.(val);
onBackendChange?.(val);
};
// generate the data is available for the backend including the gpu_ids