Torch.compile's deployment story to non-Python host processes

So for both of these the expectation is they’d run without Python but should be able to pybind them to do run them. I’m actually spending time this week trying to document the usability gaps here so will keep you posted

Regarding torch.deploy I can’t comment on it too much since the repo hasn’t been getting too much activity lately GitHub - pytorch/multipy: 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.