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

Update GPU compute capability check to reflect devices that are known to work correctly. #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smg3d
Copy link

@smg3d smg3d commented Nov 24, 2024

Changes

  • Allow running alphafold3 with compute capability 6.x
  • New range for raise ValueError : <6.0 and 7.x
  • Update error message to clarify working compute capability (6.x and 8.x)

Testing

Tested that it does not raise ValueError on the following GPUs:

  • P100 (6.x)
  • A100-80 (8.x)
  • A5000 (8x)

Tested that it does raise ValueError on the following GPUs:

  • V100 (7.x)
  • T4 (7.x)

see #59 for details

@joshabramson
Copy link
Collaborator

please see latest comments on #59

- Allow running with compute capability 6.x
- New range for raise ValueError : <6.0 and 7.x
- Update error message to clarify working versions (6.x and 8.x)
@smg3d smg3d force-pushed the allow-6.x-compute-capability branch from e195d6f to 251d5f2 Compare November 27, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants