Adding vision and multimodal dataset to the localstorage
This commit is contained in:
parent
f6e4908acf
commit
5d8aa1de8e
1 changed files with 0 additions and 2 deletions
|
|
@ -46,11 +46,9 @@ let _modelConfigController: AbortController | null = null;
|
|||
const NON_PERSISTED_STATE_KEYS: ReadonlySet<keyof TrainingConfigState> = new Set([
|
||||
"modelType",
|
||||
"isCheckingVision",
|
||||
"isVisionModel",
|
||||
"isLoadingModelDefaults",
|
||||
"modelDefaultsError",
|
||||
"isCheckingDataset",
|
||||
"isDatasetMultimodal",
|
||||
]);
|
||||
|
||||
function partializePersistedState(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue