install pytorch mac code example
Example 1: mac install pytorch
# Python 3.x
pip3 install torch torchvision --user
Example 2: conda install pytorch
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
Example 3: mac install pytorch 3.6
conda install pytorch torchvision -c pytorch