Gary Explains
Gary Explains
I have tried this today and I get the same error. It seems that nvml isn't supported on the Jetson devices. I found the following test script online: ``` import...
I was able to install Python3.12 and set up a virtual environment. I got exo installed, but it won't run because of pynvml. python3-pynvml isn't available in the standard repos...
My guess is that when EXO sees Linux and an NVIDIA GPU, it expects a PC, not a Jetson. It then uses NVML to do things, but as I said,...