Research Notes

[Pytorch] CUDA와 Pytorch 버전 맞추기 본문

Programming Language/Python

[Pytorch] CUDA와 Pytorch 버전 맞추기

jiachoi 2022. 4. 14. 14:25

1.  Cuda 버전 확인 

- window cmd 창에서 아래 코드로 Cuda version 확인 

>> nvcc - V

- cuda 11.0 버전임

 

2. Pytorch와 CUDA 버전 맞추기 

- 아래 링크에서 CUDA 버전에 맞게 Pytorch 설치 

https://pytorch.org/get-started/previous-versions/

 

PyTorch

An open source machine learning framework that accelerates the path from research prototyping to production deployment.

pytorch.org