torch::deploy (multipy for non-torch uses) is a system that lets you get around the GIL problem by running multiple Python interpreters in a single C++ process.
Other
174
stars
35
forks
source link
Make errors more explicit when they come from the user #309
When code fails in a subinterpreter we should have our error point to where the runtime error occurs in python.