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

Create a build-requirements.txt for CentOS 8. #253

Closed PaliC closed 1 year ago

PaliC commented 2 years ago

TL;DR: Figure out the necessary dependencies for CentOS 8, and record them.

torch::deploy is usually developed on using Ubuntu, however, aws instances are not the most accessible. Therefore, we need to better define the build instructions for OSs like CentOS 8.

Please contact Sahan Paliskara if you run into any problems.