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

Update pybind11 to v2.10.3 #305

Closed Skylion007 closed 1 year ago

Skylion007 commented 1 year ago

Better support for 3.11 and lots of perf + bugfixes.

Skylion007 commented 1 year ago

@PaliC if you could give approval with this run, I want to see if recent fixes in pybind11 may have solved this issue.

PaliC commented 1 year ago

oops I thought I did

Skylion007 commented 1 year ago

@PaliC Can you approve me one more time, we added a couple of additional fixes in master that may help solve the issue a bit.