Closed
Conversation
Contributor
Author
|
Member
|
this situation should be resolved once conda-forge/jax-feedstock#189 is in |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.
This PR contains the following updates:
>=0.9.0→>=0.9.1Release Notes
jax-ml/jax (jax)
v0.9.1Compare Source
Changes:
Arraytype (e.g., ofReftype) will nolonger report themselves to be instances of
Array.jax.shard_mapin Explicit mode will raise an errorif the PartitionSpec of input does not match the PartitionSpec specified in
in_specs. In other words, it will act like an assert instead of animplicit reshard.
in_specsis an optional argument so you can omit specifying itand
shard_mapwill infer thePartitionSpecfrom the argument. If youwant to reshard your inputs, you can use
jax.reshardon the arguments andthen pass those args to shard_map.
New features:
jax_compilation_cache_check_contents. If set, we misswhen
get()is called on a value that has not beenput()by the currentprocess, even if the value is actually in the disk cache. When a value is
put(), we verify that its contents match.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.