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
173 stars 35 forks source link

Handle deprecation of `jobs=0` in git 2.39 #282

Closed hatala91 closed 1 year ago

hatala91 commented 1 year ago

Currently CI jobs are failing because of a change introduced in https://github.com/git/git/commit/51243f9f0f6a932ea579fd6f8014b348f8c2a523.

Example failing job: https://github.com/pytorch/multipy/actions/runs/3754393118/jobs/6381602585 Error message:

BUG: run-command.c:1521: you must provide a non-zero number of processes!

The git community recommends using the two flags set in this PR:

facebook-github-bot commented 1 year ago

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

facebook-github-bot commented 1 year ago

@hatala91 merged this pull request in pytorch/multipy@21fd6d3e81fcdc6650d13b592854dba0500df28f.