but when i tried it on pycharm it gave me an error: ModuleNotFoundError: No module named 'torch'
here is how i set it up on pycharm

and the line i put on pycharm is:
import torch
print('gpu:', torch.cuda.is_available())
i wonder what is the problem
UPDATE:
Thanks to Xynias, now I changed to this:

now the python version is 3.9 but it still has the same problem.
UPDATE: torch is installed. when i typed pip freeze the torch info are:
torch==1.12.1
torchaudio==0.12.1
torchvision==0.13.1
UPDATE:
so somehow when I add a new interpreter, torch isn't there:

but I do have torch installed, why is this happening?
