Pytorch on windows with python 32bits

Hi,

Is there a way to use pytorch on a windows machine with 32bits ?

More precisely, my project requires to generate predictions (training is not mandatory) for a windows machine on python 3.8 32 bits. I was not able to build onnxruntime for python 32bits even if the current documents says it’s possible.

Any method to make predictions from an existing model on a windows python 32bits machine would help.

Thank you,.