AI
리눅스에서 쿠다(CUDA) 버전 확인하는 법
choimino
2024. 7. 20. 14:04
python -c "import torch; print(torch.version.cuda)"
리눅스 CLI에서 바로 실행하면 나온다