Skip to content

Commit

Permalink
Update 2.4 rc-8 in build trigger (#7685)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavya01 committed Jul 15, 2024
1 parent 08e63e3 commit 8fdcb95
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -35,82 +35,82 @@ nightly_builds = [
versioned_builds = [
# Remove libtpu from PyPI builds
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
},
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
},
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "tpu"
python_version = "3.11"
bundle_libtpu = "0"
},
# Bundle libtpu for Kaggle
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6+libtpu"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8+libtpu"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "1"
},
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.9"
},
{
git_tag = "v2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
git_tag = "v2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.10"
},
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.11"
},
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "cuda"
cuda_version = "12.4"
python_version = "3.9"
},
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "cuda"
cuda_version = "12.4"
python_version = "3.10"
},
{
git_tag = "v2.4.0-rc6"
package_version = "2.4.0-rc6"
pytorch_git_rev = "v2.4.0-rc6"
git_tag = "v2.4.0-rc8"
package_version = "2.4.0-rc8"
pytorch_git_rev = "v2.4.0-rc8"
accelerator = "cuda"
cuda_version = "12.4"
python_version = "3.11"
Expand Down

0 comments on commit 8fdcb95

Please sign in to comment.