python3Packages.torchprofile: 0.0.3 -> 0.0.4

This commit is contained in:
R. Ryantm 2025-08-01 11:15:10 +00:00
parent 2081733c23
commit 647d687dd6

View File

@ -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;