https://github.com/pytorch/builder
Continuous builder and binary build scripts for pytorch
https://github.com/pytorch/builder
Last synced: 8 months ago
JSON representation
Continuous builder and binary build scripts for pytorch
- Host: GitHub
- URL: https://github.com/pytorch/builder
- Owner: pytorch
- License: bsd-2-clause
- Created: 2016-09-02T17:02:21.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T18:37:00.000Z (10 months ago)
- Last Synced: 2025-04-14T12:18:10.349Z (9 months ago)
- Language: Python
- Size: 3.89 MB
- Stars: 352
- Watchers: 23
- Forks: 230
- Open Issues: 148
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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: https://github.com/pytorch/builder/issues/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](https://github.com/pytorch/pytorch/blob/master/.github/scripts/README.md#testing-pytorchbuilder-changes)