Deprecate flax.jax_utils.replicate
Open
- Dominant language
- Jupyter Notebook
- Stars
- 7.3k
- Forks
- 833
- Avg merge
- 5h 11m
- Merged PRs (30d)
- 5
Description
`flax.jax_utils.replicate` should no longer be necessary and superceded by `jax.device_put_replicated`. We need to update our tests and use-cases accordingly, and add a clear and useful deprecation warning (or, perhaps even an error simply asking users to switch to the JAX API -- since as far as I can tell the function signature is identical)
Contributor guide
Assessment
This issue has not been assessed yet.