m1-machine-learning-test
m1-machine-learning-test copied to clipboard
Added environment.yml file to quickly install all dependencies
Created environment.yml file to quickly install all of the required dependencies with conda. Tested and verified that I can access GPU on my M1 MAX after installing this list with conda env create -f environment.yml. I find this very helpful to use as a basis for all of my machine learning projects.