Skip to content

Commit

Permalink
update 2.3 rc-6 in build triggers (#6845)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 authored Mar 28, 2024
1 parent f6d6286 commit cba3fe1
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 @@ -35,58 +35,58 @@ nightly_builds = [
versioned_builds = [
# Remove libtpu from PyPI builds
{
git_tag = "v2.3.0-rc2"
package_version = "2.3.0-rc2"
pytorch_git_rev = "v2.3.0-rc2"
git_tag = "v2.3.0-rc6"
package_version = "2.3.0-rc6"
pytorch_git_rev = "v2.3.0-rc6"
accelerator = "tpu"
python_version = "3.8"
bundle_libtpu = "0"
},
{
git_tag = "v2.3.0-rc2"
package_version = "2.3.0-rc2"
pytorch_git_rev = "v2.3.0-rc2"
git_tag = "v2.3.0-rc6"
package_version = "2.3.0-rc6"
pytorch_git_rev = "v2.3.0-rc6"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
},
{
git_tag = "v2.3.0-rc2"
package_version = "2.3.0-rc2"
pytorch_git_rev = "v2.3.0-rc2"
git_tag = "v2.3.0-rc6"
package_version = "2.3.0-rc6"
pytorch_git_rev = "v2.3.0-rc6"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
},
{
git_tag = "v2.3.0-rc2"
package_version = "2.3.0-rc2"
pytorch_git_rev = "v2.3.0-rc2"
git_tag = "v2.3.0-rc6"
package_version = "2.3.0-rc6"
pytorch_git_rev = "v2.3.0-rc6"
accelerator = "tpu"
python_version = "3.11"
bundle_libtpu = "0"
},
# Bundle libtpu for Kaggle
{
git_tag = "v2.3.0-rc2"
package_version = "2.3.0-rc2+libtpu"
pytorch_git_rev = "v2.3.0-rc2"
git_tag = "v2.3.0-rc6"
package_version = "2.3.0-rc6+libtpu"
pytorch_git_rev = "v2.3.0-rc6"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "1"
},
{
git_tag = "v2.3.0-rc2"
pytorch_git_rev = "v2.3.0-rc2"
package_version = "2.3.0-rc2"
git_tag = "v2.3.0-rc6"
pytorch_git_rev = "v2.3.0-rc6"
package_version = "2.3.0-rc6"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.8"
},
{
git_tag = "v2.3.0-rc2"
pytorch_git_rev = "v2.3.0-rc2"
package_version = "2.3.0-rc2"
git_tag = "v2.3.0-rc6"
pytorch_git_rev = "v2.3.0-rc6"
package_version = "2.3.0-rc6"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.10"
Expand Down

0 comments on commit cba3fe1

Please sign in to comment.