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

remove abicxx flag in setup.py #245

Closed PaliC closed 2 years ago

PaliC commented 2 years ago

Stack from ghstack (oldest at bottom):

After https://github.com/pytorch/pytorch/pull/88107 is merged, we can remove the abicxx flag from setup.py as its no longer needed.

Differential Revision: D40873178

PaliC commented 2 years ago

@PaliC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.