Skip to content

Commit

Permalink
Move nightly version to 2.5.0 (#7245)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG committed Jun 12, 2024
1 parent 86d8967 commit 283abda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_git_head_sha(base_dir):


def get_build_version(xla_git_sha):
version = os.getenv('TORCH_XLA_VERSION', '2.4.0')
version = os.getenv('TORCH_XLA_VERSION', '2.5.0')
if build_util.check_env_flag('GIT_VERSIONED_XLA_BUILD', default='TRUE'):
try:
version += '+git' + xla_git_sha[:7]
Expand Down

0 comments on commit 283abda

Please sign in to comment.