GPU
Troubleshooting
Agent installed but not connecting?
Make sure the wizdom-agent process is running. On Windows check Task Scheduler. On Linux: systemctl --user status wizdom.
Getting firewall errors?
The agent only listens on 127.0.0.1:7842 (loopback). No inbound firewall rules required.
GPU not detected?
Confirm `nvidia-smi` (NVIDIA) or `rocm-smi` (AMD) works in your terminal. Update GPU drivers if needed.
How to restart?
Windows: end the wizdom-agent task, run again. Linux: systemctl --user restart wizdom.