mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-31 00:23:52 +00:00
nice
This commit is contained in:
parent
3a78f178c6
commit
c8e66c8a56
@ -1278,12 +1278,12 @@ export default {
|
||||
// }
|
||||
|
||||
const total_vram = resp[`gpu_${i}_total_vram`];
|
||||
|
||||
const used_vram = resp[`gpu_${i}_used_vram`];
|
||||
const model = resp[`gpu_${i}_model`];
|
||||
|
||||
|
||||
|
||||
gpuArr.push({ total_vram : total_vram, used_vram: used_vram, gpu_index: i });
|
||||
gpuArr.push({ total_vram : total_vram, used_vram: used_vram, gpu_index: i, gpu_model:model });
|
||||
|
||||
}
|
||||
const result = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user