After building from source, how do I use it?

I successfully built it from source, so that I can take advantage of my older GPU the gtx 760, and now I’d like to follow along with the examples but I’m unsure of how to use it once I’ve built it. I was specifically hoping to use it inside of conda, if that’s helpful.

If you’ve built PyTorch from source and the installation was successful, you should be able to execute python and import torch in it (or use your favorite IDE to write PyTorch code). :wink:

Let me know, if you get stuck somewhere.