Skip to content

Commit 63acb3a

Browse files
authored
Merge pull request #6272 from menloresearch/fix/copy-mmproj-setting
fix: update copy offload_mmproj setting desc
2 parents f7e2c49 + 7801f9c commit 63acb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/services/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export const checkMmprojExistsAndUpdateOffloadMMprojSetting = async (
491491
key: 'offload_mmproj',
492492
title: 'Offload MMProj',
493493
description:
494-
'Offload multimodal projection layers to GPU',
494+
'Offload multimodal projection model to GPU',
495495
controller_type: 'checkbox',
496496
controller_props: {
497497
value: true,

0 commit comments

Comments
 (0)