Torchvision sm_120 failed installed

My gpu is 5070ti. I have already install torch-2.7.0.dev20250305+cu128-cp39-cp39-win_amd64.whl from https://download.pytorch.org/whl/nightly/
but now I want to install torchvision, I choose to install torchvision-0.22.0.dev20250310+cu128-cp39-cp39-win_amd64.whl but failed,with error as follows:
Processing c:\users\desire\downloads\torchvision-0.22.0.dev20250310+cu128-cp39-cp39-win_amd64.whl
Requirement already satisfied: numpy in c:\users\desire\anaconda3\envs\pytorch_0312\lib\site-packages (from torchvision==0.22.0.dev20250310+cu128) (2.0.2)
INFO: pip is looking at multiple versions of torchvision to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement torch==2.7.0.dev20250309+cu128 (from torchvision) (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.6.0)
ERROR: No matching distribution found for torch==2.7.0.dev20250309+cu128

Install matching nightly versions for torch and torchvision.