Pytorch windows magma build from jenkins?

any chance we could get the external resources used by jenkins to create a windows build?

i’m looking at the script here https://github.com/pytorch/pytorch/blob/master/.jenkins/win-build.sh

especially : aws s3 cp s3://ossci-windows/magma_cuda90_release.7z

We can download them by changing the command to:

curl -k https://s3.amazonaws.com/ossci-windows/magma_cuda90_release.7z -o magma_cuda90_release.7z

Here are more instructions for building from source for Windows:

Install conda: https://gist.github.com/yf225/1e82a779257914503980eb589044d1c7
Build PyTorch: https://gist.github.com/yf225/a477d159e7ba2986ce9b9dca7782e678
Test PyTorch: https://gist.github.com/yf225/1b32b908fa8c1bcda32b41448c024661

We will add the instructions to the main repo once we have the official release for Windows.