Missing Pytorch version

Hi All
I am unable to install Pytorch for version 1.12.1 + cuda 10.2 even though the previous versions webpage(Previous PyTorch Versions | PyTorch) says that I should be able to download it…

(xxx_venv) C:\Users\George\crack_inspect\patchcore-inspection>pip install torch==1.12.1+cu102 torchvision==0.13.1+cu102 --extra-index-url https://download.pytorch.org/whl/cu102                    
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu102
ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu102 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1)
ERROR: No matching distribution found for torch==1.12.1+cu102

Any idea whats going wrong?