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

Increment compute env to use cudatoolkit 11.8 #278

Merged
merged 3 commits into from
Jul 18, 2024

Commits on Jul 11, 2024

  1. Increment compute env to use cudatoolkit 11.8

    We've experienced frequent errors with using OpenMM 8.1.1:
    
        openmm.OpenMMException: Error initializing FFT: 5
    
    and the culprint may be `cudatoolkit` 11.7: pytorch/pytorch#88038
    
    In an attempt to address this, pinning to the latest `cudatoolkit`
    available on `conda-forge` as of this writing (11.8) to see if these errors
    drop in frequency.
    dotsdl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6de5a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730fd26 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    06857d2 View commit details
    Browse the repository at this point in the history