containers / podman-desktop-extension-ai-lab

Work with LLMs on a local environment using containers
https://podman-desktop.io/extensions/ai-lab
Apache License 2.0
145 stars 23 forks source link

replace winreg with systeminformation #1281

Open axel7083 opened 4 days ago

axel7083 commented 4 days ago

Is your enhancement related to a problem? Please describe

We are using winreg to read the windows registry to get information about the GPU, however a library called systeminformation seems to be able to do that in a cross-platform way :)

Describe the solution you'd like

Changing to https://github.com/sebhildebrandt/systeminformation

Describe alternatives you've considered

No response

Additional context

No response