Skip to content

Commit

Permalink
Bump version to r2.5 (#7344)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored Jun 25, 2024
1 parent 557996a commit e2868f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion infra/ansible/config/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cuda_compute_capabilities: 7.0,7.5,8.0,9.0
llvm_debian_repo: bullseye
clang_version: 17
# PyTorch and PyTorch/XLA wheel versions.
package_version: 2.4.0
package_version: 2.5.0
# If set to true, wheels will be renamed to $WHEEL_NAME-nightly-cp38-cp38-linux_x86_64.whl.
nightly_release: false
# Whether to preinstall libtpu in the PyTorch/XLA wheel. Ignored for GPU build.
Expand Down
8 changes: 3 additions & 5 deletions plugins/cuda/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
'torch_xla_cuda_plugin/lib', ['--config=cuda'])

setuptools.setup(
# TODO: Use a common version file
version=os.getenv(
'TORCH_XLA_VERSION',
f'2.4.0.dev{datetime.date.today().strftime("%Y%m%d")}')
)
# TODO: Use a common version file
version=os.getenv('TORCH_XLA_VERSION',
f'2.5.0.dev{datetime.date.today().strftime("%Y%m%d")}'))

0 comments on commit e2868f1

Please sign in to comment.