Pytorch cuda missing

Hello Team ,
After the installation of pytorch i can see cuda is missing

[saratpa3@home ~]$ module load PyTorch/2.1.2-foss-2023a-CUDA-12.1.1
[saratpa3@home ~]$ python
Python 3.11.3 (main, Nov 27 2024, 09:42:36) [GCC 12.3.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.

import torch
torch.cuda.is_available()
False

Could you describe what PyTorch/2.1.2-foss-2023a-CUDA-12.1.1 is and where you got this binary/build from?