Skip to content

Commit

Permalink
Update default XLA source path (#458)
Browse files Browse the repository at this point in the history
This changed in #405.
  • Loading branch information
olupton authored Jan 9, 2024
1 parent 4f1798a commit cda748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/container/build-jax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ DRY=0
EDITABLE=0
JAXLIB_ONLY=0
SRC_PATH_JAX="/opt/jax"
SRC_PATH_XLA="/opt/xla-source"
SRC_PATH_XLA="/opt/xla"
XLA_ARM64_PATCH_LIST=""

args=$(getopt -o h --long bazel-cache:,build-param:,clean,cpu-arch:,debug,jaxlib_only,no-clean,clean-only,dry,help,src-path-jax:,src-path-xla:,sm:,xla-arm64-patch: -- "$@")
Expand Down

0 comments on commit cda748d

Please sign in to comment.