Use libtorch on ubuntu16.04 32 bist

Hello,
I would like to know if it is possible de use the lib libtorch for C++ on Ubuntu16.04 32 bits.

Thanks for answering :slight_smile:

I’m not 100% sure (as I haven’t tested it) but would assume that the pre-built libtorch binaries are not compatible with 32bit systems. You might try to build libtorch from source but I also don’t know if this would succeed.

Ok thank you, but looks like you can only build from source the python version with this GitHub - pytorch/pytorch: Tensors and Dynamic neural networks in Python with strong GPU acceleration
Am i looking in the wrong website ?

These instructions would build the full framework. If you want to build libtorch only, you could check these docs.