Merge pull request #231721 from bcdarwin/update-peft

python310Packages.peft: 0.2.0 -> 0.3.0
This commit is contained in:
Mario Rodas
2023-05-14 05:54:59 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "accelerate";
version = "0.18.0";
version = "0.19.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fCIvVbMaWAWzRfPc5/1CZq3gZ8kruuk9wBt8mzLHmyw=";
hash = "sha256-gW4wCpkyxoWfxXu8UHZfgopSQhOoPhGgqEqFiHJ+Db4=";
};
nativeBuildInputs = [ setuptools ];
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "peft";
version = "0.2.0";
version = "0.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NPpY29HMQe5KT0JdlLAXY9MVycDslbP2i38NSTirB3I=";
hash = "sha256-7j//SDuld2ANxEcG4R0rK5vEaTX7gQwWRH56PO2KqAY=";
};
nativeBuildInputs = [ setuptools ];