Can't find an install for cuda 10.2 win 64 torch 1.8 python 3.8

From the Get Started page, I’m given the command:
pip install torch==1.8.0+cu102 torchvision==0.9.0+cu102 torchaudio===0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
but, as admin, I get:
Looking in links: https://download.pytorch.org/whl/torch_stable.html
ERROR: Could not find a version that satisfies the requirement torch==1.8.0+cu102

Is there a place I can download an appropriate whl?

Thanks,
Michael