Skip to content

Commit 668f746

Browse files
committed
Use jax.lib.xla_client instead of jax._src.lib.xla_client to use the public API.
PiperOrigin-RevId: 675686360
1 parent db2ad78 commit 668f746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathwaysutils/persistence/helper.py

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

2121
import jax
2222
from jax import core
23-
from jax._src.lib import xla_client as xc
23+
from jax.lib import xla_client as xc
2424
import numpy as np
2525
from pathwaysutils import plugin_executable
2626

0 commit comments

Comments
 (0)