Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed Jan 24, 2025
1 parent 53c22de commit 74d8a9d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,8 @@ new_local_repository(

############################# OpenXLA Setup ###############################

# To update OpenXLA to a new revision,
# a) update URL and strip_prefix to the new git commit hash
# b) get the sha256 hash of the commit by running:
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
# and update the sha256 with the result.

# Note the xla_hash should be the git commit number.
# To build PyTorch/XLA with OpenXLA to a new revision, update following xla_hash to
# the openxla git commit hash.
xla_hash = '6e91ff19dad528ab7d2025a9bb46150618a3bc7d'

http_archive(
Expand Down

0 comments on commit 74d8a9d

Please sign in to comment.