Skip to content

Commit

Permalink
Add Python 3.11 version for release build (#7143)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjoolee95 authored May 29, 2024
1 parent f114198 commit bd70d3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ versioned_builds = [
cuda_version = "12.1"
python_version = "3.10"
},
{
git_tag = "v2.3.0"
pytorch_git_rev = "v2.3.0"
package_version = "2.3.0"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.11"
},
# Remove libtpu from PyPI builds
{
git_tag = "v2.2.0"
Expand Down

0 comments on commit bd70d3f

Please sign in to comment.