Skip to content

Commit 359776d

Browse files
lukebaumanncopybara-github
authored andcommitted
Changed how ifrt_proxy is imported to improve backwards compatibility with JAX
PiperOrigin-RevId: 678824312
1 parent 920985e commit 359776d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathwaysutils/proxy_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import jax
1717
from jax._src import xla_bridge
18-
from jax.lib.xla_extension import ifrt_proxy
18+
from jaxlib.xla_extension import ifrt_proxy
1919

2020

2121
def register_backend_factory():

0 commit comments

Comments
 (0)