Skip to content

Commit

Permalink
[2.5.1 release] Update artifacts.auto.tfvars for 2.5.1 release (#8336)
Browse files Browse the repository at this point in the history
Update artifacts.auto.tfvars for 2.5.1 release
  • Loading branch information
ManfeiBai authored Oct 30, 2024
1 parent 279f47f commit d9fb89d
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,88 @@ nightly_builds = [

# Built on push to specific tag.
versioned_builds = [
# Remove libtpu from PyPI builds
{
git_tag = "v2.5.1"
package_version = "2.5.1"
pytorch_git_rev = "v2.5.1"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
},
{
git_tag = "v2.5.1"
package_version = "2.5.1"
pytorch_git_rev = "v2.5.1"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
},
{
git_tag = "v2.5.1"
package_version = "2.5.1"
pytorch_git_rev = "v2.5.1"
accelerator = "tpu"
python_version = "3.11"
bundle_libtpu = "0"
},
# Bundle libtpu for Kaggle
{
git_tag = "v2.5.1"
package_version = "2.5.1+libtpu"
pytorch_git_rev = "v2.5.1"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "1"
},
{
git_tag = "v2.5.1"
package_version = "2.5.1"
pytorch_git_rev = "v2.5.1"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.9"
},
{
git_tag = "v2.5.1"
pytorch_git_rev = "v2.5.1"
package_version = "2.5.1"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.10"
},
{
git_tag = "v2.5.1"
package_version = "2.5.1"
pytorch_git_rev = "v2.5.1"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.11"
},
{
git_tag = "v2.5.1"
package_version = "2.5.1"
pytorch_git_rev = "v2.5.1"
accelerator = "cuda"
cuda_version = "12.4"
python_version = "3.9"
},
{
git_tag = "v2.5.1"
package_version = "2.5.1"
pytorch_git_rev = "v2.5.1"
accelerator = "cuda"
cuda_version = "12.4"
python_version = "3.10"
},
{
git_tag = "v2.5.1"
package_version = "2.5.1"
pytorch_git_rev = "v2.5.1"
accelerator = "cuda"
cuda_version = "12.4"
python_version = "3.11"
},
# Remove libtpu from PyPI builds
{
git_tag = "v2.5.1-rc1"
Expand Down

0 comments on commit d9fb89d

Please sign in to comment.