However , when i try to check cuda is availability , like as below , then “false” is returned.
import torch
torch.cuda.is_available()
False
Please check about this issue , if i have to update another Pytorch and Cuda version , and really hope to get the exact solution.
Thanks..
How about torchvision and torchaudio image ? Are they to use as a same way like as a “install wheel” or available for “pip install torchvision” command.
Thanks for your support…
I did as you commented… however same false i found as well…
Please refers to below..
root@wckim-desktop:/home/wckim/ks/testImage# pip list | grep torch
torch 2.1.0
torchaudio 2.1.0
torchvision 0.16.0
root@wckim-desktop:/home/wckim/ks/testImage#
root@wckim-desktop:/home/wckim/ks/testImage#
root@wckim-desktop:/home/wckim/ks/testImage# python3
Python 3.8.10 (default, Mar 18 2025, 20:04:55)
[GCC 9.4.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
import torch
torch.cuda.is_available()
False
Would you please let me know the exact torch / torchvison / torchaudio version that i have to download to match with my configuration environment that i mentioned before…