How to install pytorch in thor

Hey guys and thanks for the info so far.

On my freshly set up Thor. I tried to do what you suggested.
I created a new venv and pip installed this .whl. (after installing NVPL)

But when trying import torch I get:
OSError: libcudart.so.13: cannot open shared object file: No such file or directory

Any idea what could be the problem?

I wonder if libcudart is actually missing (which I can’t imagine) or if Python just can’t see it smh..
I did make sure to use the option —system-site-packages in venv

Best
Ben