Skip to content

Commit

Permalink
Prepare to cut r2.6 rc9 (#8619)
Browse files Browse the repository at this point in the history
  • Loading branch information
tengyifei authored Jan 23, 2025
1 parent d382fee commit 6f367df
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -52,51 +52,51 @@ nightly_builds = [
versioned_builds = [
# Remove libtpu from PyPI builds, pre-C++11 ABI builds
{
git_tag = "v2.6.0-rc8"
package_version = "2.6.0-rc8"
git_tag = "v2.6.0-rc9"
package_version = "2.6.0-rc9"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
},
{
git_tag = "v2.6.0-rc8"
package_version = "2.6.0-rc8"
git_tag = "v2.6.0-rc9"
package_version = "2.6.0-rc9"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
},
{
git_tag = "v2.6.0-rc8"
package_version = "2.6.0-rc8"
git_tag = "v2.6.0-rc9"
package_version = "2.6.0-rc9"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.11"
bundle_libtpu = "0"
},
# Remove libtpu from PyPI builds, C++11 ABI builds
{
git_tag = "v2.6.0-rc8"
package_version = "2.6.0-rc8"
git_tag = "v2.6.0-rc9"
package_version = "2.6.0-rc9"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
cxx11_abi = "1"
},
{
git_tag = "v2.6.0-rc8"
package_version = "2.6.0-rc8"
git_tag = "v2.6.0-rc9"
package_version = "2.6.0-rc9"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
cxx11_abi = "1"
},
{
git_tag = "v2.6.0-rc8"
package_version = "2.6.0-rc8"
git_tag = "v2.6.0-rc9"
package_version = "2.6.0-rc9"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.11"
Expand All @@ -105,8 +105,8 @@ versioned_builds = [
},
# Bundle libtpu for Kaggle
{
git_tag = "v2.6.0-rc8"
package_version = "2.6.0-rc8+libtpu"
git_tag = "v2.6.0-rc9"
package_version = "2.6.0-rc9+libtpu"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.10"
Expand Down

0 comments on commit 6f367df

Please sign in to comment.