python3Packages.torchprofile: 0.0.3 -> 0.0.4
This commit is contained in:
parent
2081733c23
commit
647d687dd6
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "torchprofile";
|
pname = "torchprofile";
|
||||||
version = "0.0.3";
|
version = "0.0.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zhijian-liu";
|
owner = "zhijian-liu";
|
||||||
repo = "torchprofile";
|
repo = "torchprofile";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-6vxZHQwBjKpy288wcANdJ9gmvIOZloLv+iN76TtqYAI=";
|
hash = "sha256-ynRrGHzroyv8T8fggJAag7u6XBOx+uN49HSIe46Bcek=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/zhijian-liu/torchprofile/releases/tag/v${version}";
|
changelog = "https://github.com/zhijian-liu/torchprofile/releases/tag/${src.tag}";
|
||||||
description = "General and accurate MACs / FLOPs profiler for PyTorch models";
|
description = "General and accurate MACs / FLOPs profiler for PyTorch models";
|
||||||
homepage = "https://github.com/zhijian-liu/torchprofile";
|
homepage = "https://github.com/zhijian-liu/torchprofile";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user