Last active
February 19, 2025 01:42
-
-
Save dkirkby/a7850187ec9d78c1a9f36b55c10c8776 to your computer and use it in GitHub Desktop.
Apple Silicon ML 2025
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
conda create -n ML python=3.12 pip ipython jupyter jupyterlab ipykernel numpy wheel scipy pandas matplotlib | |
conda activate ML | |
# https://developer.apple.com/metal/pytorch/ | |
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment