반응형
아래와 같이 로컬에 여러개의 cuda toolkit 버전이 설치되어 있을 경우
원하는 버전으로 바꾸려면 다음과 같이 한다.
1. 환경변수 > 시스템 변수 > CUDA_PATH 변경
2. 환경변수 > 시스템 변수 > path > 원하는 toolkit version을 상위로 이동
3. 재부팅
새로 설치를 원한다면 https://developer.nvidia.com/cuda-toolkit-archive
CUDA Toolkit Archive
Previous releases of the CUDA Toolkit, GPU Computing SDK, documentation and developer drivers can be found using the links below. Please select the release you want from the list below, and be sure to check www.nvidia.com/drivers for more recent production
developer.nvidia.com
여기서 원하는 버전을 선택하여 설치한다.
반응형
'컴퓨터공학' 카테고리의 다른 글
[Clean Architecture] - SOLID 원칙 SRP (1) (0) | 2025.01.26 |
---|---|
cl.exe 환경 변수 설정 (0) | 2024.06.26 |
wsl2 가상 디스크 파일 삭제 하는 법 (0) | 2024.06.24 |
wsl docker에서 docker Image를 삭제해도 용량이 남아 있는 경우 (1) | 2024.06.17 |
Github Private Repository Clone 쉽게 하는 법 (0) | 2024.05.01 |