Skip to content

pytorch/builder

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61c186d · Mar 10, 2025
Dec 23, 2024
Jun 25, 2021
Dec 20, 2023
Aug 8, 2019
May 24, 2021
Oct 3, 2024
Sep 14, 2019
Mar 10, 2025
Sep 2, 2016
May 21, 2024
Dec 23, 2024
Sep 30, 2023

Repository files navigation

pytorch builder

WARNING: Builder repository is migrated to pytorch/pytorch and pytorch/test-infra repositories. Please note: If you intend to add or modify PyTorch build or test scripts please do it directly in pytorch/pytorch repository. Consult following issue for details: #2054

Scripts to build pytorch binaries and do end-to-end integration tests.

Folders:

  • conda : files to build conda packages of pytorch, torchvision and other dependencies and repos
  • manywheel : scripts to build linux wheels
  • wheel : scripts to build OSX wheels
  • windows : scripts to build Windows wheels
  • cron : scripts to drive all of the above scripts across multiple configurations together
  • analytics : scripts to pull wheel download count from our AWS s3 logs

Testing

In order to test build triggered by PyTorch repo's GitHub actions see these instructions