You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes Y | conda create --name scaled_3_8 python=3.8 # don't use python 3.10 as it breaks the PyCharm debugger flow: https://youtrack.jetbrains.com/issue/PY-52137
source /opt/homebrew/Caskroom/miniforge/base/bin/activate # point to your conda activate binary
conda init bash
conda activate scaled_3_8
yes Y | conda install pytorch torchvision -c pytorch
export CC=/opt/homebrew/Cellar/llvm/13.0.1_1/bin/clang # point to the brew clang compiler