Merge pull request #100598 from r-ryantm/auto-update/python3.7-torchgpipe
python37Packages.torchgpipe: 0.0.5 -> 0.0.7
This commit is contained in:
commit
2844afac42
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "torchgpipe";
|
pname = "torchgpipe";
|
||||||
version = "0.0.5";
|
version = "0.0.7";
|
||||||
|
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||||
owner = "kakaobrain";
|
owner = "kakaobrain";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0mqdavnqb8a320li2r7xw11w2lg03l59xxyg2fxpg4z57v0rbasi";
|
sha256 = "0ki0njhmz1i3pkpr3y6h6ac7p5qh1kih06mknc2s18mfw34f2l55";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pytorch ];
|
propagatedBuildInputs = [ pytorch ];
|
||||||
|
|
Loading…
Reference in New Issue