pythonPackages.pytorch: meta touch up, add myself as maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
6fcebb6427
commit
79d21285dd
@ -91,10 +91,10 @@ in buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration.";
|
description = "Open source, prototype-to-production deep learning platform";
|
||||||
homepage = https://pytorch.org/;
|
homepage = https://pytorch.org/;
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ teh ];
|
maintainers = with lib.maintainers; [ teh thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user