Failed to load image Python extension: libc10_cuda.so:

I don’t even know what to think anymore, I have an RX 6600, six months ago there was a torch 1.13.1, I didn’t know the troubles. Now I’ve been tormented with all possible combinations of pytorch, and so far the closest I’ve come to launching stable diffusion is rocm 5.6. But when it starts, it turns out that it doesn’t see any library libc10_cuda.so

/home/jorj/stable/stable-diffusion-webui/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: libc10_cuda.so: cannot open shared object file: No such file or directory
  warn(f"Failed to load image Python extension: {e}")
/home/jorj/stable/stable-diffusion-webui/torchvision/__init__.py:23: UserWarning: You are importing torchvision within its own root folder (/home/jorj/stable/stable-diffusion-webui). This is not expected to work and may give errors. Please exit the torchvision project source and relaunch your python interpreter.

How do I resolve this error?

Those look like just warnings though? I assume the program is still running just fine