"Lenovo P620 AMD Threadripper"의 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
(같은 사용자의 중간 판 2개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
System : Lenovo P620 Server | |||
OS: Ubuntu 22.04.2 | |||
GPU : NVIDIA RTX A6000 | |||
apt-get purge nvidia* | apt-get purge nvidia* | ||
NVIDIA driver 525 설치 성공 | NVIDIA driver 525 설치 성공 | ||
조금 귀찮은 일이었지만 바이오스에서 SecureBoot를 Disable해야 한다. | |||
Driver version 525.89.02 | Driver version 525.89.02 | ||
10번째 줄: | 16번째 줄: | ||
CUDA Toolkit을 설치하면 드라이버도 최신으로 설치된다. | CUDA Toolkit을 설치하면 드라이버도 최신으로 설치된다. | ||
[ https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=runfile_local ] | [ https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=runfile_local ] | ||
<pre> | |||
+---------------------------------------------------------------------------------------+ | |||
| NVIDIA-SMI 530.30.02 Driver Version: 530.30.02 CUDA Version: 12.1 | | |||
|-----------------------------------------+----------------------+----------------------+ | |||
| 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 RTX A6000 Off| 00000000:61:00.0 Off | Off | | |||
| 30% 58C P0 81W / 300W| 0MiB / 49140MiB | 0% Default | | |||
| | | N/A | | |||
+-----------------------------------------+----------------------+----------------------+ | |||
+---------------------------------------------------------------------------------------+ | |||
| Processes: | | |||
| GPU GI CI PID Type Process name GPU Memory | | |||
| ID ID Usage | | |||
|=======================================================================================| | |||
| No running processes found | |
2023년 3월 6일 (월) 22:01 기준 최신판
System : Lenovo P620 Server OS: Ubuntu 22.04.2 GPU : NVIDIA RTX A6000
apt-get purge nvidia*
NVIDIA driver 525 설치 성공
조금 귀찮은 일이었지만 바이오스에서 SecureBoot를 Disable해야 한다.
Driver version 525.89.02
NVIDIA 드라이버를 설치하기 위해서는 SecureBoot가 꺼져있어야 하는데, 이것은 바이오스 (F1)로 진입하여, 꺼야 한다.
CUDA Toolkit을 설치하면 드라이버도 최신으로 설치된다. [ https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=runfile_local ]
+---------------------------------------------------------------------------------------+ | NVIDIA-SMI 530.30.02 Driver Version: 530.30.02 CUDA Version: 12.1 | |-----------------------------------------+----------------------+----------------------+ | 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 RTX A6000 Off| 00000000:61:00.0 Off | Off | | 30% 58C P0 81W / 300W| 0MiB / 49140MiB | 0% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+ +---------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=======================================================================================| | No running processes found |