Skip to content

Commit

Permalink
update release rc wheel name to RC6 (#6245)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored and golechwierowicz committed Jan 12, 2024
1 parent 6cfaea8 commit f9f84fe
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -25,54 +25,54 @@ nightly_builds = [
versioned_builds = [
# Remove libtpu from PyPI builds
{
git_tag = "v2.2.0-rc5"
package_version = "2.2.0rc5"
pytorch_git_rev = "v2.2.0-rc5"
git_tag = "v2.2.0-rc6"
package_version = "2.2.0rc6"
pytorch_git_rev = "v2.2.0-rc6"
accelerator = "tpu"
bundle_libtpu = "0"
},
{
git_tag = "v2.2.0-rc5"
package_version = "2.2.0rc5"
pytorch_git_rev = "v2.2.0-rc5"
git_tag = "v2.2.0-rc6"
package_version = "2.2.0rc6"
pytorch_git_rev = "v2.2.0-rc6"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
},
{
git_tag = "v2.2.0-rc5"
package_version = "2.2.0rc5"
pytorch_git_rev = "v2.2.0-rc5"
git_tag = "v2.2.0-rc6"
package_version = "2.2.0rc6"
pytorch_git_rev = "v2.2.0-rc6"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
},
{
git_tag = "v2.2.0-rc5"
package_version = "2.2.0rc5"
pytorch_git_rev = "v2.2.0-rc5"
git_tag = "v2.2.0-rc6"
package_version = "2.2.0rc6"
pytorch_git_rev = "v2.2.0-rc6"
accelerator = "tpu"
python_version = "3.11"
bundle_libtpu = "0"
},
# Bundle libtpu for Kaggle
{
git_tag = "v2.2.0-rc5"
package_version = "2.2.0rc5+libtpu"
pytorch_git_rev = "v2.2.0-rc5"
git_tag = "v2.2.0-rc6"
package_version = "2.2.0rc6+libtpu"
pytorch_git_rev = "v2.2.0-rc6"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "1"
},
{
git_tag = "v2.2.0-rc5"
package_version = "2.2.0rc5"
git_tag = "v2.2.0-rc6"
package_version = "2.2.0rc6"
accelerator = "cuda"
cuda_version = "12.1"
},
{
git_tag = "v2.2.0-rc5"
package_version = "2.2.0rc5"
git_tag = "v2.2.0-rc6"
package_version = "2.2.0rc6"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.10"
Expand Down

0 comments on commit f9f84fe

Please sign in to comment.