Skip to content

Commit 6b3e30b

Browse files
Update dependency peft to v0.11.1 (#454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 145a04e commit 6b3e30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
# Phil Wang (Lucidrain)'s Vector Quantization library
5858
"vector-quantize-pytorch==1.14.24",
5959
"accelerate==0.30.1", # PEFT crashing w/ 0.30.0
60-
"peft==0.11.0", #PEFT methods published by Hugging Face
60+
"peft==0.11.1", #PEFT methods published by Hugging Face
6161
# MANDATORY for cneuromax/fitting/neuroevolution/
6262
"mpi4py==3.1.6", # Inter-process communication
6363
"torchrl==0.4.0", # For reinforcement/imitation Learning tasks

0 commit comments

Comments
 (0)