Skip to content

Commit

Permalink
Update version to 2.5.1 (#8318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Oct 25, 2024
1 parent eafb094 commit fe28e77
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.5.0')
version = os.getenv('TORCH_XLA_VERSION', '2.5.1')
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 fe28e77

Please sign in to comment.