Pytorch+cuda version for geforce gt 730

Hi. I have not worked wit GPUs yet, so I am new to this topic. Can someone suggest which pytorch and cuda version are working with a Nvidia Geforce GT 730 GPU ? I searched for this on the internet, but it is very confusing at first glance. However, I figured out that the my GPU has 3.5 compute capability (not sure how this relates to the pytorch and cuda version I need). Many thanks!

The current PyTorch pip wheels and conda binaries ship with a min.compute capability of 3.7, so you would need to build PyTorch from source for your GPU as described here. You might be able to use an older release (I believe ~1.5 might have used 3.5 as the min. compute capability, but I’m not sure), but you would miss the latest features and fixes.