github_url: | https://github.com/pytorch/multipy |
---|
torch::deploy
(MultiPy for non-PyTorch use cases) is a C++ library that enables you to run eager mode PyTorch models in production without any modifications to your model to support tracing. torch::deploy
provides a way to run using multiple independent Python interpreters in a single process without a shared global interpreter lock (GIL).
For more information on how torch::deploy
works please see the related arXiv paper.
The most up to date installation instructions for torch::deploy
can be found in our README.
.. toctree:: :maxdepth: 2 :caption: Usage tutorials/tutorial_root api/library_root
This documentation website for the MultiPy C++ API has been enabled by the Exhale project and generous investment of time and effort by its maintainer, svenevs. We thank Stephen for his work and his efforts providing help with both the PyTorch and MultiPy C++ documentation.