libtorch is a C++ library behind PyTorch. It provides running models traced from PyTorch (from Python or the C++ frontend): https://pytorch.org/tutorials/advanced/cpp_export.html It also provides TorchScript, which is a key feature in RedisAI.