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.
Other
174 stars 35 forks source link

Get torch::inductor test to work with deploy #307

Open PaliC opened 1 year ago

PaliC commented 1 year ago

Currently torchinductor is broken with deploy as it fails to find cpython symbols. We need to do some creative linking to fix this.