builder icon indicating copy to clipboard operation
builder copied to clipboard

Continuous builder and binary build scripts for pytorch

Results 194 builder issues
Sort by recently updated
recently updated
newest added

I have developed a C++ pytorch extension that I want to deploy on PyPI. It currently isn't possible to build a manylinux compatible wheel if it depends on pytorch using...

pypi

This is the first step to synchronize and consolidate pytorch repository builds in the builder repo: - `pytorch/builder` will send a dispatch event to one of `pytorch/pytorch`, `pytorch/vision`, `pytorch/test`, `pytorch/audio`...

Fix case when `OVERRIDE_TORCH_CUDA_ARCH_LIST` is present. Currently, Magma is getting erased and pytorch is built without Magma support.

cla signed

The hash in `torch-1.10.1.dist-info/RECORD` for the file `torch-1.10.1.dist-info/METADATA` doesn't match that of the actual file and so `wheel3 unpack torch-1.10.1-cp39-cp39-manylinux1_x86_64.whl` fails with: ``` Hash mismatch for file 'torch-1.10.1.dist-info/METADATA ``` I've...

Hi there, It seems that the `manywheel/build_docker.sh` failed to execute currently. On Github Action, the build shows error https://github.com/pytorch/builder/actions/workflows/build-pytorch-wheels.yml and on my local workstation, the build shows ``` => CACHED...

Currently we have a manual step to release cuda, we have to manually create following docker repo and give bots read and write permission to this repo. This is an...

There are a number of issues with the current AArch64 whl build in [https://github.com/pytorch/builder/blob/master/build_aarch64_wheel.py](build_aarch64_wheel.py) which appear to be impacting the performance of the finished whl. 1. OpenBLAS has not been...

pypi

#799 Made it easier to get telemetry for any public Pytorch project So now you can you do something like 1. `gh repo clone pytorch/vision` 2. `python3 github_analyze.py --contributor-stats --repo-path...

cla signed

Hello. I would like to ask for new CUDA versions. According to the documentation, adding a new minor version of CUDA is a relatively simple matter. As CUDA 11.4 has...