lapras에서 CUDA 드라이버 호환성을 위해 pytorch 를 업데이트 해야 함.
추가로 anaconda 업데이트 작업 진행.
>>> torch.cuda.is_available()
True
>>> t = torch.FloatTensor([1,2,3,4,5,6])
>>> t = t.to('cuda')
/store/sw/anaconda3/envs/torch220_cu121/lib/python3.12/site-packages/torch/cuda/__init__.py:218: UserWarning:
NVIDIA GeForce RTX 5090 with CUDA capability sm_120 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_50 sm_60 sm_61 sm_70 sm_75 sm_80 sm_86 sm_90.
If you want to use the NVIDIA GeForce RTX 5090 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/
warnings.warn(
jhgoh@lapras:~$ nvidia-smi
Thu Dec 18 19:50:23 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.95.05 Driver Version: 580.95.05 CUDA Version: 13.0 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 5090 Off | 00000000:01:00.0 Off | N/A |
| 0% 25C P8 21W / 600W | 2MiB / 32607MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
lapras에서 CUDA 드라이버 호환성을 위해 pytorch 를 업데이트 해야 함.
추가로 anaconda 업데이트 작업 진행.