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