Skip to content

Commit

Permalink
Add cuda 12.1 nightly wheels for cp310 and cp311. (#6793)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 authored Mar 22, 2024
1 parent e75677f commit 7d8972c
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 7d8972c

Please sign in to comment.