When I run 14.voice_promt_car.py, it seems to run alright as far as what the PiCAR-X is supposed to do (talks and moves like it should), but I get these error messages:
2026-08-01 11:20:45.663101555 [W:onnxruntime:Default, device_discovery.cc:283 GetGpuDevices] Failed to detect devices under “/sys/class/drm/card1”: device_discovery.cc:93 ReadFileContents Failed to open file: “/sys/class/drm/card1/device/vendor”
2026-08-01 11:20:45.665023214 [W:onnxruntime:Default, device_discovery.cc:283 GetGpuDevices] Failed to detect devices under “/sys/class/drm/card0”: device_discovery.cc:93 ReadFileContents Failed to open file: “/sys/class/drm/card0/device/vendor”
I see those directories (/sys/class/drm/card0/device and/sys/class/drm/card1/device) but there is no file (or directory?) by the name of “vendor” in them. Any idea why these files are missing and what I need to do to get them?