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.
1 parent 3fe7377 commit a073476Copy full SHA for a073476
WORKSPACE
@@ -15,6 +15,9 @@ python_init_repositories(
15
"3.12": "//build:requirements_lock_3_12.txt",
16
"3.13": "//build:requirements_lock_3_13.txt",
17
},
18
+ local_wheel_workspaces = ["//jaxlib:jax.bzl"],
19
+ local_wheel_dist_folder = "../dist",
20
+ default_python_version = "system",
21
)
22
23
load("@xla//third_party/py:python_init_toolchains.bzl", "python_init_toolchains")
0 commit comments