How to use "index" for multiple GPUs #460
-
|
I have this working for my first GPU: gpu: But I cant' find a way to use "index" to show the stats of the second GPU. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You should add an index under widget options. gpu:
type: "yasb.gpu.GpuWidget"
options:
gpu_index: 0
label: "<span>\uf4bc</span> {info[utilization]}%" |
Beta Was this translation helpful? Give feedback.
-
|
It worked. Thank you very much! |
Beta Was this translation helpful? Give feedback.
You should add an index under widget options.