[codex] Update AlphaFold3 submodule to v3.0.3#625
Merged
Conversation
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.
Summary
alphafold3submodule to the mergedKosinskiLab/alphafold3fork main at86b9ea3, based on official AlphaFold 3v3.0.3.v3.0.3.alphafoldsubmodule to5bf5b9ffor the NumPy 2 chain-feature merge fix exposed by the AP unit suite.mmseqs_species_identifiersby resolving the monkeypatchable species resolver dynamically instead of capturing it as a default argument.alphafold3==3.0.3rather than the upstream3.0.2fallback.Upstream Context
Official
google-deepmind/alphafold3releasedv3.0.3on 2026-06-09 at7b197fe859790fc3e04d03ea70dd0b9ba48881c9.Release notes: https://github.com/google-deepmind/alphafold3/releases/tag/v3.0.3
The AF3 runtime dependency stack remains the Tokamax/JAX 0.9 stack from the RTX/Blackwell-compatible update:
jax==0.9.1tokamax==0.0.11The merged fork main contains the earlier RTX/Blackwell compatibility ancestry:
3890782: Tokamax attention/SwiGLU migration.608edb6: Tokamax0.0.11and JAX0.9.1update.Validation
git -C alphafold3 merge-base --is-ancestor 7b197fe859790fc3e04d03ea70dd0b9ba48881c9 HEAD-> yes.git -C alphafold3 merge-base --is-ancestor 389078218c0604cf85caf4e2e9a830e456ff31d1 HEAD-> yes.git -C alphafold3 merge-base --is-ancestor 608edb684db9f6fd0e677fea01c4cefc60f8a8aa HEAD-> yes.OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 MKL_NUM_THREADS=1 NUMEXPR_NUM_THREADS=1 pytest -n auto --dist loadfile test/unit->309 passed, 2 skipped.OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 MKL_NUM_THREADS=1 NUMEXPR_NUM_THREADS=1 pytest test/integration->76 passed, 1 skipped.pytest test/unit/test_mmseqs_species_identifiers.py::test_make_msa_features_resolves_mmseqs_species_identifiers test/unit/test_objects.py::test_multimeric_object_pairs_full_then_chopped_with_correct_features test/unit/test_alphafold3_backend_helpers.py -q->32 passed.