forked from google-deepmind/alphafold
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Import latest changes in main
#2
Open
amorehead
wants to merge
122
commits into
amorehead:main
Choose a base branch
from
google-deepmind:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
PiperOrigin-RevId: 427128482 Change-Id: I31134f7b0675260c79c799f14626140d74d745d4
Haiku plans to make split_rng a required argument to hk.vmap in an upcoming release. This change updates AlphaFold to preserve the current behaviour. We also handle the case where users are using a release of Haiku without the split_rng option, for these users split_rng=False is implied. PiperOrigin-RevId: 428429472 Change-Id: I3292396eb330ffabf2f36f5364aa0ae1bc74cf71
Previously, setting num_recycle=0 in a pretrained recycling model skipped creating some Linears and LayerNorms. This meant that the the offsets of these modules were not applied leading to a degraded performance in that case. PiperOrigin-RevId: 429075328 Change-Id: I9257f859521799f45e2deef3803c249311051225
PiperOrigin-RevId: 429318717 Change-Id: Ib07df7ecd4bc52feea80a66c585ce51f332ac7a1
PiperOrigin-RevId: 429520386 Change-Id: Ic1ba2b31e25a0511fefe5d0d462fc5a218641a56
PiperOrigin-RevId: 429521382 Change-Id: Ib9bfce50834bb129af0dbd3508cd0b92856a9bb1
PiperOrigin-RevId: 430053169 Change-Id: Ia7461bc23d6e0c94f5bef8c1ded1c8306193e67e
PiperOrigin-RevId: 430450270 Change-Id: Ie9f30b253d1cabf6b20e596732b9bab4963dc776
Instead use `DeviceRequest`, which is equivalent to running with `--gpu all`. PiperOrigin-RevId: 431933575 Change-Id: Iee9f70ae8f291d16850e4f58349559d9468ef4d8
PiperOrigin-RevId: 431956393 Change-Id: I1d97992967b8c276dfa978b91bc5066efdd3b62c
PiperOrigin-RevId: 432150462 Change-Id: I508371123adf9dad20f4fe1082c7a6c7cd6815d4
…r models. PiperOrigin-RevId: 432931310 Change-Id: I19acd7eb7f3a63922481d9db3bc8d881efbbf550
…ltiple chains. PiperOrigin-RevId: 432934821 Change-Id: If5decaf654823a37c4270151039a12606f526f7a
PiperOrigin-RevId: 433187350 Change-Id: Ibb524ead7290d7fa0cbf609c5e2df105de5a5fc3
PiperOrigin-RevId: 435031203 Change-Id: Ib3fdb9931219f3a139b324e751914a00f425fe2c
PiperOrigin-RevId: 435113747 Change-Id: I8ca82eab2b88c1e5709abc479d5cb876af983c11
PiperOrigin-RevId: 435373710 Change-Id: I52c46cdfaccf73a456dfad52a2e3a103791653f4
PiperOrigin-RevId: 436161190 Change-Id: Ia10df42f5f3f638a7a5b7b804c593a1e28a4ef44
PiperOrigin-RevId: 449223429 Change-Id: Iaa59e839fe3822cc319a2ae5600ed36ee4d6777c
PiperOrigin-RevId: 450934613 Change-Id: I2b5f7a740a3d9b87ccd495a65bcf8b4605c72585
PiperOrigin-RevId: 451994826 Change-Id: I4573baf61d33010c75de717d3b49f47bc9c6a8ac
PiperOrigin-RevId: 452008235 Change-Id: Ic6ae00a207d3b0eb809b039b5df9e7bebdaee558
PiperOrigin-RevId: 453397654 Change-Id: I7e7d7dfc54a4c76b6a28b47630567677f35ecb30
PiperOrigin-RevId: 454545752 Change-Id: I80656e917ee799fbf808002260634d2b1c38dca0
PiperOrigin-RevId: 454568110 Change-Id: Icd82696dacc250cfc3b7b71fc71d9fcd7669d032
…t variable. PiperOrigin-RevId: 454618760 Change-Id: Ia6501f62ff3769a591497ac3413dc7526b31d1cc
PiperOrigin-RevId: 454626138 Change-Id: I9a6061ff7411e187ad7c5a94b6eebd8f3663d450
PiperOrigin-RevId: 454817469 Change-Id: I677ee0cabbcf64b4682a0f4b218c23daf95ac13e
…est suites. PiperOrigin-RevId: 454823596 Change-Id: I893dc051a5f21d53905acee45a4dcb5c5609daf9
PiperOrigin-RevId: 454823630 Change-Id: I9903ca5eb2284c8775631e2ffaf452869c7d4d7c
PiperOrigin-RevId: 558140222 Change-Id: I7fb69e8a7c9ce95a26d0816fb8c1c02cba68f660
PiperOrigin-RevId: 562507313 Change-Id: Ic82f113455c0be50c0af1e9df4498991072e554c
PiperOrigin-RevId: 563001314 Change-Id: I441729e337e5bf782f70beeb92d8cf0c870bc98a
For details, see jax-ml/jax#17297 PiperOrigin-RevId: 565705637 Change-Id: I88c4a3003166580e28111c4e410c8412c23ccb9d
PiperOrigin-RevId: 568220760 Change-Id: Ied9e33692bbd7fb8c02b039f64688cc31f005885
See https://www.wwpdb.org/news/news?year=2022#6303be3b707ecd4f63b3d3d9 for the wwPDB announcement. PiperOrigin-RevId: 575762003 Change-Id: If25ea2777c33b03f03b27d54046c71753cb33038
PiperOrigin-RevId: 578486539 Change-Id: Id0e535ebf75916b5179791d093ca714e343ccb69
…nd="cpu"). An upcoming change to JAX will include non-local (addressable) CPU devices in jax.devices() when JAX is used multicontroller-style, where there are multiple Python processes. This change preserves the current behavior by replacing uses of jax.devices("cpu"), which previously only returned local devices, with jax.local_devices("cpu"), which will return local devices both now and in the future. This change is always be safe (i.e., it should always preserve the previous behavior) but it may sometimes be unnecessary if code is never used in a multicontroller setting. PiperOrigin-RevId: 582680953 Change-Id: I614739de052185c42932ddb91d1d464751442f65
… value change from jax-ml/jax#18480 PiperOrigin-RevId: 591243740 Change-Id: I86457bfcaae65771ccb4e39d3e4d929335d71652
PiperOrigin-RevId: 603012242 Change-Id: Icf0120e1baf1278862ea62402a86c9eac5932710
PiperOrigin-RevId: 611404763 Change-Id: Icc7d637e1de9fa82da76aa8dccd9b9dce8be6246
PiperOrigin-RevId: 623469847 Change-Id: I64a812e00e099f6503b9aa1e0cfde1133ea8a774
PiperOrigin-RevId: 623494831 Change-Id: Ie15c1d517fd7b34662d69d05205151d9c7021da4
- Ubuntu to 20.04 - Cuda to 12.2.2 - Tensorflow to 2.16.1 - Jax to 0.4.26 - Openmm to 8.0.0 PiperOrigin-RevId: 624094170 Change-Id: I49391c3f721e93ac8ccd5a4483cdb6f2ec61cd3b
PiperOrigin-RevId: 625019041 Change-Id: If6e5b23edeb1f06bd91b4daf1c449d12ed407895
PiperOrigin-RevId: 631787106 Change-Id: Ib58c166a2945d459c1555dd1920963887b8d7c16
The top-level `jax.tree_*` aliases have long been deprecated, and will soon be removed. Alternate APIs are in `jax.tree_util`, with shorter aliases in the `jax.tree` submodule, added in JAX version 0.4.25. PiperOrigin-RevId: 633878846 Change-Id: I282e177b3c9026b805d6eb5e5d6e6b1287f87e55
PiperOrigin-RevId: 648368396 Change-Id: Icfd8135c5602ca81007dd6074a3258d5ae0187ee
This change migrates users of APIs removed in NumPy 2.0 to their recommended replacements (https://numpy.org/devdocs/numpy_2_0_migration_guide.html). PiperOrigin-RevId: 655904142 Change-Id: Idcf2384de70cb27cb92e3f421dc8e0a9a6466507
PiperOrigin-RevId: 660325717 Change-Id: I11b5cf0b0b7cc8bfa48de170a1653e013d7734a1
PiperOrigin-RevId: 665259372 Change-Id: I516c7780b8a821065bf19fe3c79dba604f2c917c
PiperOrigin-RevId: 696460542 Change-Id: I42defc0a687207ee57801b0aeba78fe1e63b03e6
PiperOrigin-RevId: 700257299 Change-Id: If6ce01bd60ab0422eca10578db8d58b1a3137b40
…ments to the Dockerfile. PiperOrigin-RevId: 707479885 Change-Id: Ic3c71229bcf3a935cae86aee64ee7c02220e1085
- a is now positional-only - a_min is now min - a_max is now max The old argument names have been deprecated since JAX v0.4.27. PiperOrigin-RevId: 715343439 Change-Id: I50b086b249360c142f42ed4d8e50d48692c11dfa
PiperOrigin-RevId: 718812632 Change-Id: I54b901e7a361a63a2c3f366535dbe2cd3e792b99
…AX version. PiperOrigin-RevId: 719259712 Change-Id: I7eb76868275c862201cc7eb26fede8c987e5b760
PiperOrigin-RevId: 720186008 Change-Id: I53b84c0b52509f93e85cc8705aeba4888398f5bb
PiperOrigin-RevId: 720951827 Change-Id: Ie30be1252f6e6dc4038be6b307395f45e638d5ad
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.
No description provided.