GPU Reporting in UI (#120)

* Add basic GPU info reporting to UI

* Update GPU display to showcase multiple GPUs, if available

* Add fallback for Windows for fetching GPU info

* Improve Windows GPU lookup. Add GPUtil to requirements.txt

* Clean up GPU and CPU naming in UI

* Update Linux GPU fetching

* Update misc_helper.py

Fix getting GPU names on Linux

* Update .gitignore
This commit is contained in:
2025-12-18 23:47:30 +00:00
committed by GitHub
parent 05cd0470dd
commit 6bfa5629d5
5 changed files with 164 additions and 6 deletions

3
.gitignore vendored
View File

@@ -6,3 +6,6 @@
/dist/
/build/
/.github/
*.idea
.DS_Store
venv/