chore: update return value
This commit is contained in:
parent
7c41408a1a
commit
19aa15ffcd
@ -530,6 +530,7 @@ export class DefaultModelsService implements ModelsService {
|
|||||||
gpuLayers: 0,
|
gpuLayers: 0,
|
||||||
maxContextLength: 2048,
|
maxContextLength: 2048,
|
||||||
noOffloadKVCache: true,
|
noOffloadKVCache: true,
|
||||||
|
offloadMmproj: false,
|
||||||
mode: 'Unsupported',
|
mode: 'Unsupported',
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@ -538,6 +539,7 @@ export class DefaultModelsService implements ModelsService {
|
|||||||
gpuLayers: 0,
|
gpuLayers: 0,
|
||||||
maxContextLength: 2048,
|
maxContextLength: 2048,
|
||||||
noOffloadKVCache: true,
|
noOffloadKVCache: true,
|
||||||
|
offloadMmproj: false,
|
||||||
mode: 'Unsupported',
|
mode: 'Unsupported',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user