fix: miss gpu_selector value in catalog

This commit is contained in:
jialin
2025-04-03 13:36:09 +08:00
parent dd8059693d
commit 939f46c7e6
14 changed files with 156 additions and 64 deletions
+1 -1
View File
@@ -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 {