Skip to content

Commit 19aa15f

Browse files
committed
chore: update return value
1 parent 7c41408 commit 19aa15f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web-app/src/services/models/default.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ export class DefaultModelsService implements ModelsService {
530530
gpuLayers: 0,
531531
maxContextLength: 2048,
532532
noOffloadKVCache: true,
533+
offloadMmproj: false,
533534
mode: 'Unsupported',
534535
}
535536
} catch (error) {
@@ -538,6 +539,7 @@ export class DefaultModelsService implements ModelsService {
538539
gpuLayers: 0,
539540
maxContextLength: 2048,
540541
noOffloadKVCache: true,
542+
offloadMmproj: false,
541543
mode: 'Unsupported',
542544
}
543545
}

0 commit comments

Comments
 (0)