Skip to content

Commit

Permalink
prepare rc7 for r2.6 with libtpu update (#8586)
Browse files Browse the repository at this point in the history
prepare rc7 for r2.6 with libtpu update
  • Loading branch information
ManfeiBai authored and qihqi committed Jan 22, 2025
1 parent f33f6e8 commit 322f1b9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -52,62 +52,62 @@ nightly_builds = [
versioned_builds = [
# Remove libtpu from PyPI builds, pre-C++11 ABI builds
{
git_tag = "v2.6.0-rc6"
package_version = "2.6.0-rc6"
pytorch_git_rev = "v2.6.0-rc6"
git_tag = "v2.6.0-rc7"
package_version = "2.6.0-rc7"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
},
{
git_tag = "v2.6.0-rc6"
package_version = "2.6.0-rc6"
pytorch_git_rev = "v2.6.0-rc6"
git_tag = "v2.6.0-rc7"
package_version = "2.6.0-rc7"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
},
{
git_tag = "v2.6.0-rc6"
package_version = "2.6.0-rc6"
pytorch_git_rev = "v2.6.0-rc6"
git_tag = "v2.6.0-rc7"
package_version = "2.6.0-rc7"
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-rc6"
package_version = "2.6.0-rc6"
pytorch_git_rev = "v2.6.0-rc6"
git_tag = "v2.6.0-rc7"
package_version = "2.6.0-rc7"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
cxx11_abi = "1"
},
{
git_tag = "v2.6.0-rc6"
package_version = "2.6.0-rc6"
pytorch_git_rev = "v2.6.0-rc6"
git_tag = "v2.6.0-rc7"
package_version = "2.6.0-rc7"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
cxx11_abi = "1"
},
{
git_tag = "v2.6.0-rc6"
package_version = "2.6.0-rc6"
pytorch_git_rev = "v2.6.0-rc6"
git_tag = "v2.6.0-rc7"
package_version = "2.6.0-rc7"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.11"
bundle_libtpu = "0"
cxx11_abi = "1"
},
# Bundle libtpu for Kaggle
{
git_tag = "v2.6.0-rc6"
package_version = "2.6.0-rc6+libtpu"
pytorch_git_rev = "v2.6.0-rc6"
git_tag = "v2.6.0-rc7"
package_version = "2.6.0-rc7+libtpu"
pytorch_git_rev = "v2.6.0-rc7"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "1"
Expand Down

0 comments on commit 322f1b9

Please sign in to comment.