fix: miss gpu_selector value in catalog
This commit is contained in:
@@ -8,7 +8,7 @@ interface FormContextProps {
|
||||
modelFileOptions?: any[];
|
||||
onSizeChange?: (val: number) => void;
|
||||
onQuantizationChange?: (val: string) => void;
|
||||
onValuesChange?: (val: any) => void;
|
||||
onValuesChange?: (changedValues: any, allValues: any) => void;
|
||||
}
|
||||
|
||||
interface FormInnerContextProps {
|
||||
|
||||
@@ -366,7 +366,6 @@ export const getSourceRepoConfigValue = (
|
||||
omits.push(key);
|
||||
}
|
||||
});
|
||||
|
||||
return {
|
||||
values: { ...result, ..._.omit(data, omits) }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user