Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,5 +4,5 @@ datasets
|
|
4 |
accelerate
|
5 |
loralib
|
6 |
gradio
|
7 |
-
peft
|
8 |
-
transformers
|
|
|
4 |
accelerate
|
5 |
loralib
|
6 |
gradio
|
7 |
+
git+https://github.com/huggingface/peft.git
|
8 |
+
git+https://github.com/huggingface/transformers.git/main
|