Skip to content

Commit

Permalink
Add python 3.9 and 3.11 build for nightly (#5840)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored Nov 21, 2023
1 parent 2b04794 commit 57e6035
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ nightly_package_version = "2.2.0"
# Built once a day from master.
nightly_builds = [
{ accelerator = "tpu" },
{
accelerator = "tpu"
python_version = "3.9"
},
{
accelerator = "tpu"
python_version = "3.10"
},
{
accelerator = "tpu"
python_version = "3.11"
},
{
accelerator = "cuda"
cuda_version = "12.1"
Expand Down

0 comments on commit 57e6035

Please sign in to comment.