Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple silicon mps support #709

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Aug 23, 2022

  1. Added Apple Silicon MPS Support

    James Reynolds committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0763d36 View commit details
    Browse the repository at this point in the history
  2. Updated Readme with Apple Silicon instructions

    James Reynolds committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9d51563 View commit details
    Browse the repository at this point in the history
  3. Updated Readme with Apple Silicon instructions

    James Reynolds committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3218a47 View commit details
    Browse the repository at this point in the history
  4. Updated Readme with Apple Silicon instructions

    James Reynolds committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2f3f72a View commit details
    Browse the repository at this point in the history
  5. Updated Readme with Apple Silicon instructions

    James Reynolds committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7893a1e View commit details
    Browse the repository at this point in the history
  6. Fixed contiguous typo

    James Reynolds committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6be63b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Added watermark requirement

    James Reynolds committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7b6ef90 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Changed default n_samples to 1 and n_iter to 1

    James Reynolds committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4490f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c60900 View commit details
    Browse the repository at this point in the history
  3. Added apple and conda-forge channels, which fixes crashes

    James Reynolds committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4958667 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Added lots more info

    James Reynolds committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    c6ea5ce View commit details
    Browse the repository at this point in the history
  2. Added lots more info

    James Reynolds committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    c7a41f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Load pytorch from pytorch-nightly, not from conda-forge

    The order of the channels list is significant. The package is installed from the first channel where it is found. Since we want to install the nightly version of pytorch, it should appear in the list first.
    
    See https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html for exact rules of priority.
    tarvaina authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    6cbed82 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Merge pull request #2 from tarvaina/patch-1

    Load pytorch from pytorch-nightly, not from conda-forge
    magnusviri authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b7abce4 View commit details
    Browse the repository at this point in the history
  2. Added message about moving to lstein

    James Reynolds committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8f73da1 View commit details
    Browse the repository at this point in the history
  3. Fix --fixed_code (fixes seed)

    James Reynolds committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3bad226 View commit details
    Browse the repository at this point in the history
  4. Undo blind change that didn't work

    James Reynolds committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    544fc97 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Make it work with plain pip

    bfirsh committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3c9f69e View commit details
    Browse the repository at this point in the history