fix: model source error in catalog

This commit is contained in:
jialin
2025-11-17 15:24:22 +08:00
parent d1c3edfd9b
commit 906f59a566
6 changed files with 85 additions and 303 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ interface CatalogFormContextProps {
quantizationOptions: Global.BaseOption<string>[];
modeList: Global.BaseOption<string, { isBuiltIn: boolean; tips: string }>[];
onModeChange: (val: string) => void;
onSizeChange: (val: number) => void;
onQuantizationChange: (val: string) => void;
onSizeChange?: (val: number) => void;
onQuantizationChange?: (val: string) => void;
}
interface FormOuterContextProps {