Skip to content

Commit 77601fa

Browse files
authored
python312Packages.finetuning-scheduler: 2.5.0 -> 2.5.1 (#394144)
2 parents bbbe3ee + 180241a commit 77601fa

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/finetuning-scheduler

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/finetuning-scheduler/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "finetuning-scheduler";
22-
version = "2.5.0";
22+
version = "2.5.1";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "speediedan";
2727
repo = "finetuning-scheduler";
2828
tag = "v${version}";
29-
hash = "sha256-neeSATQwAaYN1QGBUXphqqJp9lP3HG2OH4aLdt1cOho=";
29+
hash = "sha256-+jt+if9aAbEd2XDMC7RpZmJpm4VUEZMt5xoLOP/esMg=";
3030
};
3131

3232
build-system = [ setuptools ];
@@ -68,7 +68,7 @@ buildPythonPackage rec {
6868
meta = {
6969
description = "PyTorch Lightning extension for foundation model experimentation with flexible fine-tuning schedules";
7070
homepage = "https://finetuning-scheduler.readthedocs.io";
71-
changelog = "https://github.com/speediedan/finetuning-scheduler/blob/${src.tag}/CHANGELOG.md";
71+
changelog = "https://github.com/speediedan/finetuning-scheduler/blob/v${version}/CHANGELOG.md";
7272
license = lib.licenses.asl20;
7373
maintainers = with lib.maintainers; [ bcdarwin ];
7474
badPlatforms = [

0 commit comments

Comments
 (0)