A100 showing false cuda vultr server

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.

The wheel works on my A100 system so could you post the full install log shown after the pip install command?