Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,4 +6,5 @@ transformers==4.41.2
|
|
| 6 |
huggingface_hub==0.23.4
|
| 7 |
pydantic==2.7.4
|
| 8 |
httpx==0.27.0
|
| 9 |
-
numpy==1.26.4
|
|
|
|
|
|
| 6 |
huggingface_hub==0.23.4
|
| 7 |
pydantic==2.7.4
|
| 8 |
httpx==0.27.0
|
| 9 |
+
numpy==1.26.4
|
| 10 |
+
peft==0.11.1
|