python3Packages.torchprofile: 0.0.3 -> 0.0.4 (#430089)

This commit is contained in:
Nick Cao
2025-08-01 13:00:19 -04:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "torchprofile";
version = "0.0.3";
version = "0.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "zhijian-liu";
repo = "torchprofile";
tag = "v${version}";
hash = "sha256-6vxZHQwBjKpy288wcANdJ9gmvIOZloLv+iN76TtqYAI=";
hash = "sha256-ynRrGHzroyv8T8fggJAag7u6XBOx+uN49HSIe46Bcek=";
};
build-system = [
@@ -39,7 +39,7 @@ buildPythonPackage rec {
];
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";
homepage = "https://github.com/zhijian-liu/torchprofile";
license = lib.licenses.mit;