fix: right panel bg joi-dark and remove n_pararell params (#3970)

This commit is contained in:
Faisal Amir 2024-11-07 16:47:50 +07:00 committed by GitHub
parent 8d4734cb8a
commit 766a4e8e8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 16 deletions

View File

@ -64,7 +64,7 @@
},
"right-panel": {
"bg": "0, 0%, 13%, 0"
"bg": "0, 0%, 13%, 1"
},
"tooltip": {

View File

@ -209,6 +209,7 @@ const Advanced = () => {
}
setGpusInUse(updatedGpusInUse)
saveSettings({ gpusInUse: updatedGpusInUse })
window.core?.api?.relaunch()
}
const gpuSelectionPlaceHolder =

View File

@ -145,21 +145,6 @@ export const presetConfiguration: Record<string, SettingComponentProps> = {
requireModelReload: false,
configType: 'runtime',
},
n_parallel: {
key: 'n_parallel',
title: 'N Parallel',
description:
'The number of parallel operations. Only set when enable continuous batching. ',
controllerType: 'slider',
controllerProps: {
min: 0,
max: 4,
step: 1,
value: 1,
},
requireModelReload: true,
configType: 'setting',
},
cpu_threads: {
key: 'cpu_threads',
title: 'CPU Threads',