Loading
python3Packages.torch: include upstream patch for pybind11 3.0.3
pybind11 3.0.3 changes led to ambiguous deduction in some return types that used `py::make_tuple`, so the type is explicitly specified where needed. Merged pull request: https://github.com/pytorch/pytorch/pull/179277