This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
# This install used the following development environment: | |
# - We have installed xcode command line tools | |
# - We have installed cmake via homebrew (my version is 3.20.2) | |
# - We have created a fresh conda environment "pytorch-dev" and installed | |
# python=3.8 and all of the packages from pytorch/README.md except cmake | |
# (including the torch.distributed deps) | |
# - We have copied the relevant OpenMP header files into a fresh directory at ~/openmp | |
# - We have cloned the pytorch github repo to ~/pytorch | |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |