AI/Machine Learning, Deep Learning
PyTorch Windows CUDA / CPU pip install / uninstall
강서버
2026. 8. 16. 03:23
반응형
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
728x90
반응형