chore: model file components for updating
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { PageActionType } from '@/config/types';
|
||||
import React from 'react';
|
||||
|
||||
interface FormContextProps {
|
||||
isGGUF?: boolean;
|
||||
byBuiltIn?: boolean;
|
||||
pageAction: PageActionType;
|
||||
sizeOptions?: Global.BaseOption<number>[];
|
||||
quantizationOptions?: Global.BaseOption<string>[];
|
||||
modelFileOptions?: any[];
|
||||
|
||||
@@ -596,6 +596,14 @@ const options = [
|
||||
{
|
||||
label: '--visual-max-image-cache',
|
||||
value: '--visual-max-image-cache'
|
||||
},
|
||||
{
|
||||
label: '--max-projected-cache',
|
||||
value: '--max-projected-cache'
|
||||
},
|
||||
{
|
||||
label: '--swa-full',
|
||||
value: '--swa-full'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user