https://github.com/google/jax
Raw File
Tip revision: f9e20d58754283de87b2ed35cc9df58bcdff2073 authored by Yash Katariya on 24 February 2024, 18:24:33 UTC
Start the release of jax and jaxlib 0.4.25
Tip revision: f9e20d5
WORKSPACE
# The XLA commit is determined by third_party/xla/workspace.bzl.
load("//third_party/xla:workspace.bzl", jax_xla_workspace = "repo")
jax_xla_workspace()

load("@xla//:workspace4.bzl", "xla_workspace4")
xla_workspace4()

load("@xla//:workspace3.bzl", "xla_workspace3")
xla_workspace3()

load("@xla//:workspace2.bzl", "xla_workspace2")
xla_workspace2()

load("@xla//:workspace1.bzl", "xla_workspace1")
xla_workspace1()

load("@xla//:workspace0.bzl", "xla_workspace0")
xla_workspace0()

load("//third_party/flatbuffers:workspace.bzl", flatbuffers = "repo")
flatbuffers()

load("//third_party/robin_map:workspace.bzl", robin_map = "repo")
robin_map()

load("//third_party/nanobind:workspace.bzl", nanobind = "repo")
nanobind()

back to top