Pytorch not working with Nvidia 4070Ti

NVIDIA GeForce RTX 4070Ti with CUDA capability sm_89 is not compatible with the current PyTorch installation.

The error is as follows,
NVIDIA GeForce RTX 4070 Ti with CUDA capability sm_89 is not compatible with the current PyTorch installation.\nThe current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70

The torch now is 2.2.1+cu118, cuda is 11.8. However, I check the torch.cuda.get_arch_list(), and get [‘sm_50’, ‘sm_60’, ‘sm_70’, ‘sm_75’, ‘sm_80’, ‘sm_86’, ‘sm_37’, ‘sm_90’].
There is no result for sm_89.

My OS is Ubuntu 18.04.01
Please help me solve this issue…
I can provide more information, if you tell me what Info I should provide

All current stable and nightly binaries support your 4070Ti, as sm_89 is binary compatible to sm_86 and sm_80.