How to deploy pytorch model using C++

Perhaps refer to this document?

https://tvm.apache.org/docs/how_to/deploy/cpp_deploy.html

It should be possible to run inference in your language of choice without the need for Python.