Skip to content

Commit

Permalink
Add cuda 12.1 nightlies for cp310 and cp311.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed Mar 21, 2024
1 parent fe3f23c commit 508ac52
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ nightly_builds = [
accelerator = "cuda"
cuda_version = "12.1"
},
{
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.10"
},
{
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.11"
},
]

# Built on push to specific tag.
Expand Down

0 comments on commit 508ac52

Please sign in to comment.