We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145a04e commit 6b3e30bCopy full SHA for 6b3e30b
pyproject.toml
@@ -57,7 +57,7 @@ dependencies = [
57
# Phil Wang (Lucidrain)'s Vector Quantization library
58
"vector-quantize-pytorch==1.14.24",
59
"accelerate==0.30.1", # PEFT crashing w/ 0.30.0
60
- "peft==0.11.0", #PEFT methods published by Hugging Face
+ "peft==0.11.1", #PEFT methods published by Hugging Face
61
# MANDATORY for cneuromax/fitting/neuroevolution/
62
"mpi4py==3.1.6", # Inter-process communication
63
"torchrl==0.4.0", # For reinforcement/imitation Learning tasks
0 commit comments