Does libtorch support windows 32bit?

i want to use libtorch on windows 32bit system. i download libtorch form official website, but it’s only support 64 bit windows system. how can i do that?
thanks

only use CPU. is that possible?

I’m testing it with https://github.com/pytorch/pytorch/pull/17865.

thanks for you reply, nice work! I’ll test it too.