Release 2.5.0: AlphaFold3 v3.0.3 (RTX/Blackwell Tokamax stack)#626
Merged
Conversation
Update alphafold3 submodule to official AF3 v3.0.3 (KosinskiLab fork main 86b9ea3) and alphafold submodule to 5bf5b9f. This brings the JAX 0.9.1 / tokamax 0.0.11 stack required for RTX PRO 6000 (Blackwell, CC 12.0) GPUs, resolving the silent ptxas failures on gpu50-53. Preserves gapped/discontinuous residue ID support and keeps the AF2 backend on numpy<2 / jax 0.5.3. Validated: full unit/integration suites, RTX PRO 6000 GPU smoke (alphafold3==3.0.3, jax 0.9.1, tokamax 0.0.11), and AF2 monomer GPU inference. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
alphapulldown.__version__to 2.5.0 for the AlphaFold3 v3.0.3 release.The AF3 content (submodule -> official v3.0.3 / KosinskiLab fork main 86b9ea3, alphafold submodule -> 5bf5b9f, container version override, smoke-test fix) merged in #625 (855fc0b).
This release brings the JAX 0.9.1 / tokamax 0.0.11 stack required for RTX PRO 6000 (Blackwell, CC 12.0) GPUs, fixing the silent ptxas failures on gpu50-53.
Validation
alphafold3==3.0.3,jax==0.9.1,tokamax==0.0.11,rtx_smoke=ok.TestRunModes::test__monomer) PASSED on gpu32 under numpy<2 / jax 0.5.3, confirming the AF2 backend remains runnable after the NumPy 2 chain-feature fix.🤖 Generated with Claude Code