locked peft to avoid dependancy error
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,5 +2,6 @@ accelerate==0.31.0
|
|
| 2 |
torch==2.2.0
|
| 3 |
torchvision==0.17.0
|
| 4 |
transformers[sklearn,sentencepiece,audio,vision]==4.38.2
|
|
|
|
| 5 |
diffusers==0.20.2
|
| 6 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
|
|
|
| 2 |
torch==2.2.0
|
| 3 |
torchvision==0.17.0
|
| 4 |
transformers[sklearn,sentencepiece,audio,vision]==4.38.2
|
| 5 |
+
peft==0.10.0
|
| 6 |
diffusers==0.20.2
|
| 7 |
--extra-index-url https://download.pytorch.org/whl/cu118
|