File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/finetuning-scheduler Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments