torchdeploy

PyTorch Developer Podcast - A podcast by Edward Yang, Team PyTorch

Categories:

torchdeploy is a way of running multiple Python interpreters inside the same process. It can be used to deploy Python PyTorch programs in situations where the GIL is a problem, not the CPython interpreter. How does it work, and what kind of challenges does it pose for people who want to write code that calls from C++ to Python?