Awesome PyTorch 
- Linux
- CPU
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
- GPU
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130
- CPU
- Windows
- CPU
pip3 install torch torchvision
- GPU
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130
- CPU
Test
python -c "import torch; print(torch.__version__)"You can access the my awesome lists here
Contributions of any kind welcome, just follow the guidelines!
