Skip to content

Commit 6c3abb2

Browse files
authored
Add Python 3.10 nightly build (#4970)
1 parent 5aa1ac3 commit 6c3abb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ nightly_package_version = "2.0"
33
# Built once a day from master.
44
nightly_builds = [
55
{ accelerator = "tpu" },
6+
{
7+
accelerator = "tpu"
8+
python_version = "3.10"
9+
},
610
{
711
accelerator = "cuda"
812
cuda_version = "11.8"

0 commit comments

Comments
 (0)