How to install pytorch in enviroment of python3.6 and RTX3060 GPU,CUDA11.6?

My system environment is in python3.6,RTX3060 and CUDA11.6,I want to install pytorch,but I did not found corresponding version to download,Can somebody tell me what should I do?

You do not need to install a PyTorch version that has a matching version of CUDA. The CUDA version specified in the PyTorch wheel is the CUDA version that the wheel was built and packaged with. Could you check if the 11.8 pip wheels (install with pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118) works for you?