We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jax.extend
1 parent 0b5c336 commit 9fc2e96Copy full SHA for 9fc2e96
pathwaysutils/plugin_executable.py
@@ -19,7 +19,7 @@
19
20
import jax
21
from jax._src.interpreters import pxla
22
-from jax.extend.ifrt_programs import ifrt_programs
+from jax._src.lib.xla_extension import ifrt_programs
23
24
25
class PluginExecutable:
pathwaysutils/proxy_backend.py
@@ -14,12 +14,12 @@
14
"""Register the IFRT Proxy as a backend for JAX."""
15
16
17
-from jax.extend import backend
+from jax._src import xla_bridge
18
from jax.lib.xla_extension import ifrt_proxy
def register_backend_factory():
- backend.register_backend_factory(
+ xla_bridge.register_backend_factory(
"proxy",
lambda: ifrt_proxy.get_client(
jax.config.read("jax_backend_target"),
0 commit comments