python3Packages.peft: 0.15.2 -> 0.17.0
https://github.com/huggingface/peft/releases/tag/v0.17.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -31,14 +31,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "peft";
|
||||
version = "0.15.2";
|
||||
version = "0.17.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "peft";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-c9oHBQCdJpPAeI7xwePXx75Sp39I8QVjRZSxxSOm2PM=";
|
||||
hash = "sha256-YkJGVSeeEs+ErOUgRL5OXDUaJDqABjOTicM+1gX+CDM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -102,6 +102,9 @@ buildPythonPackage rec {
|
||||
"tests/test_tuners_utils.py"
|
||||
"tests/test_vision_models.py"
|
||||
"tests/test_xlora.py"
|
||||
"tests/test_target_parameters.py"
|
||||
"tests/test_seq_classifier.py"
|
||||
"tests/test_low_level_api.py"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user