python312Packages.lm-eval: 0.4.7 -> 0.4.8

This commit is contained in:
R. Ryantm
2025-03-12 13:07:41 +00:00
parent e607ef1af0
commit db70985e9d
@@ -46,14 +46,14 @@
buildPythonPackage rec {
pname = "lm-eval";
version = "0.4.7";
version = "0.4.8";
pyproject = true;
src = fetchFromGitHub {
owner = "EleutherAI";
repo = "lm-evaluation-harness";
tag = "v${version}";
hash = "sha256-UEY0KrsgWoyj0fnKBca2yYjVTBFje6DdLfvnNFVYFHU=";
hash = "sha256-F8oy6XTovqiU7FQyuubRsiblSdvfZg9RPIyzRw2GH18=";
};
build-system = [
@@ -147,7 +147,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/EleutherAI/lm-evaluation-harness/releases/tag/v${version}";
changelog = "https://github.com/EleutherAI/lm-evaluation-harness/releases/tag/${src.tag}";
description = "A framework for few-shot evaluation of language models";
homepage = "https://github.com/EleutherAI/lm-evaluation-harness";
license = [ lib.licenses.mit ];