root@d6a7d8ca96f6:/# python
Python 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> print("torch.cuda.is_available():", torch.cuda.is_available())
torch.cuda.is_available(): False
root@d6a7d8ca96f6:/# python
Python 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> print("torch.cuda.is_available():", torch.cuda.is_available())
torch.cuda.is_available(): False