반응형
PyTorch Stable (2.13.0) requires Python 3.10 or later.
1. Installation
[ CUDA 13.2 ] pip install
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu132
[ CUDA 13.0 ] pip install
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130
[ CUDA 12.6 ] pip install
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu126
[ CPU ] pip install
pip install torch torchvision
2. Uninstallation
pip uninstall torch torchvision
Reference : https://pytorch.org/get-started/locally/
Start Locally
Start Locally
pytorch.org
반응형
'AI > Machine Learning, Deep Learning' 카테고리의 다른 글
| CUDA 버전 확인 (0) | 2025.08.07 |
|---|---|
| TensorFlow-gpu 2.10.0 - CUDA 11.2 - cuDNN 8.1 numpy error (1) | 2025.07.03 |
| NVIDIA CUDA / cuDNN download (0) | 2024.12.30 |
| Machine Learning / Deep Learning site (0) | 2019.12.10 |