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

move install tests to test-infra + fix broken python 3.7 tests #284

Closed PaliC closed 1 year ago

PaliC commented 1 year ago

Stack from ghstack (oldest at bottom):

Somehow our install tests and runtime tests for python 3.7 are broken on main due to what appears to be a linking issue.