Commit 9c9fc87
authored
fix(backport): Access jax.config from jax (#2423)
* Backport PR #2376
* As of jax and jaxlib v0.4.20 accessing jax.config from the jax.config
submodule is deprecated and it should be accessed from the jax top
level API instead.
```
>>> from jax.config import config
<stdin>:1: DeprecationWarning: Accessing jax.config via the jax.config submodule is deprecated
```1 parent 51e55f7 commit 9c9fc87
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments