10 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 sha256 = "0ki0njhmz1i3pkpr3y6h6ac7p5qh1kih06mknc2s18mfw34f2l55";
23 propagatedBuildInputs = [ pytorch ];
25 checkInputs = [ pytestrunner pytestCheckHook ];
27 "test_inplace_on_requires_grad"
28 "test_input_requiring_grad"
32 description = "GPipe implemented in Pytorch and optimized for CUDA rather than TPU";
33 homepage = "https://torchgpipe.readthedocs.io";
34 license = licenses.asl20;
35 maintainers = [ maintainers.bcdarwin ];