Skip to content

Instantly share code, notes, and snippets.

@dkirkby
Last active February 19, 2025 01:42
Show Gist options
  • Save dkirkby/a7850187ec9d78c1a9f36b55c10c8776 to your computer and use it in GitHub Desktop.
Save dkirkby/a7850187ec9d78c1a9f36b55c10c8776 to your computer and use it in GitHub Desktop.
Apple Silicon ML 2025
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