bitcap-co / bitcap-glt

GPU Lookup Table (GLT) is a script utility that maps GPU devices to their PCIE slot locations.
GNU General Public License v3.0
0 stars 0 forks source link

make GLT more "distro-agnostic" with generic Ubuntu distros #2

Open MatthewWertman opened 1 day ago

MatthewWertman commented 1 day ago

Currently, only HiveOS is fully supported and only looks at files common in HiveOS (like gpu_detect.json). GLT should also work on Ubuntu and like distros.

Detailed Description

Using lspci or gpu CLIs to retrieve gpu information using the detected gpu context to support Ubuntu distros. Instead of looking at gpu_detect.json which only exists in HiveOS.

MatthewWertman commented 1 day ago

also ensuring depends are installed on the remote system, i.e lshw. or find a alternative that is already in the base distro