Skip to content

Commit 0183997

Browse files
authored
Build v2.6 release wheel (#8645)
1 parent 25d09fd commit 0183997

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

infra/tpu-pytorch-releases/artifacts.auto.tfvars

+21-21
Original file line numberDiff line numberDiff line change
@@ -52,62 +52,62 @@ nightly_builds = [
5252
versioned_builds = [
5353
# Remove libtpu from PyPI builds, pre-C++11 ABI builds
5454
{
55-
git_tag = "v2.6.0-rc10"
56-
package_version = "2.6.0-rc10"
57-
pytorch_git_rev = "v2.6.0-rc9"
55+
git_tag = "v2.6.0"
56+
package_version = "2.6.0"
57+
pytorch_git_rev = "v2.6.0"
5858
accelerator = "tpu"
5959
python_version = "3.9"
6060
bundle_libtpu = "0"
6161
},
6262
{
63-
git_tag = "v2.6.0-rc10"
64-
package_version = "2.6.0-rc10"
65-
pytorch_git_rev = "v2.6.0-rc9"
63+
git_tag = "v2.6.0"
64+
package_version = "2.6.0"
65+
pytorch_git_rev = "v2.6.0"
6666
accelerator = "tpu"
6767
python_version = "3.10"
6868
bundle_libtpu = "0"
6969
},
7070
{
71-
git_tag = "v2.6.0-rc10"
72-
package_version = "2.6.0-rc10"
73-
pytorch_git_rev = "v2.6.0-rc9"
71+
git_tag = "v2.6.0"
72+
package_version = "2.6.0"
73+
pytorch_git_rev = "v2.6.0"
7474
accelerator = "tpu"
7575
python_version = "3.11"
7676
bundle_libtpu = "0"
7777
},
7878
# Remove libtpu from PyPI builds, C++11 ABI builds
7979
{
80-
git_tag = "v2.6.0-rc10"
81-
package_version = "2.6.0-rc10"
82-
pytorch_git_rev = "v2.6.0-rc9"
80+
git_tag = "v2.6.0"
81+
package_version = "2.6.0"
82+
pytorch_git_rev = "v2.6.0"
8383
accelerator = "tpu"
8484
python_version = "3.9"
8585
bundle_libtpu = "0"
8686
cxx11_abi = "1"
8787
},
8888
{
89-
git_tag = "v2.6.0-rc10"
90-
package_version = "2.6.0-rc10"
91-
pytorch_git_rev = "v2.6.0-rc9"
89+
git_tag = "v2.6.0"
90+
package_version = "2.6.0"
91+
pytorch_git_rev = "v2.6.0"
9292
accelerator = "tpu"
9393
python_version = "3.10"
9494
bundle_libtpu = "0"
9595
cxx11_abi = "1"
9696
},
9797
{
98-
git_tag = "v2.6.0-rc10"
99-
package_version = "2.6.0-rc10"
100-
pytorch_git_rev = "v2.6.0-rc9"
98+
git_tag = "v2.6.0"
99+
package_version = "2.6.0"
100+
pytorch_git_rev = "v2.6.0"
101101
accelerator = "tpu"
102102
python_version = "3.11"
103103
bundle_libtpu = "0"
104104
cxx11_abi = "1"
105105
},
106106
# Bundle libtpu for Kaggle
107107
{
108-
git_tag = "v2.6.0-rc10"
109-
package_version = "2.6.0-rc10+libtpu"
110-
pytorch_git_rev = "v2.6.0-rc9"
108+
git_tag = "v2.6.0"
109+
package_version = "2.6.0+libtpu"
110+
pytorch_git_rev = "v2.6.0"
111111
accelerator = "tpu"
112112
python_version = "3.10"
113113
bundle_libtpu = "1"

0 commit comments

Comments
 (0)