Hi I am using a vultr a100 server and using the pip command:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
everytime i import torch and print(torch.cuda.is_available()) it prints false.
How do i make it true? Im using anaconda python enviroment.