Skip to content

Commit 1340308

Browse files
authored
Remove duplicate artifact creation for 2.8.0-rc1 (#9471)
1 parent d450ab3 commit 1340308

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

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

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,6 @@ manual_nightly_builds = [
33
]
44

55
manual_versioned_builds = [
6-
7-
8-
{
9-
git_tag = "v2.8.0-rc1"
10-
package_version = "2.8.0-rc1"
11-
pytorch_git_rev = "v2.8.0-rc1"
12-
accelerator = "tpu"
13-
python_version = "3.11"
14-
bundle_libtpu = "0"
15-
cxx11_abi = "1"
16-
},
17-
{
18-
git_tag = "v2.8.0-rc1"
19-
package_version = "2.8.0-rc1"
20-
pytorch_git_rev = "v2.8.0-rc1"
21-
accelerator = "tpu"
22-
python_version = "3.12"
23-
bundle_libtpu = "0"
24-
cxx11_abi = "1"
25-
},
26-
{
27-
git_tag = "v2.8.0-rc1"
28-
package_version = "2.8.0-rc1"
29-
pytorch_git_rev = "v2.8.0-rc1"
30-
accelerator = "tpu"
31-
python_version = "3.13"
32-
bundle_libtpu = "0"
33-
cxx11_abi = "1"
34-
},
35-
{
36-
git_tag = "v2.8.0-rc1"
37-
package_version = "2.8.0-rc1"
38-
pytorch_git_rev = "v2.8.0-rc1"
39-
accelerator = "cuda"
40-
cuda_version = "12.6"
41-
python_version = "3.11"
42-
cxx11_abi = "1"
43-
},
44-
{
45-
git_tag = "v2.8.0-rc1"
46-
package_version = "2.8.0-rc1"
47-
pytorch_git_rev = "v2.8.0-rc1"
48-
accelerator = "cuda"
49-
cuda_version = "12.6"
50-
python_version = "3.12"
51-
cxx11_abi = "1"
52-
},
53-
{
54-
git_tag = "v2.8.0-rc1"
55-
package_version = "2.8.0-rc1"
56-
pytorch_git_rev = "v2.8.0-rc1"
57-
accelerator = "cuda"
58-
cuda_version = "12.6"
59-
python_version = "3.13"
60-
cxx11_abi = "1"
61-
},
62-
636
{
647
git_tag = "v2.7.0"
658
package_version = "2.7.0"

0 commit comments

Comments
 (0)