Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
git+https://github.com/huggingface/transformers.git
|
3 |
git+https://github.com/huggingface/accelerate.git
|
|
|
|
|
|
|
|
|
4 |
safetensors
|
5 |
sentencepiece
|
6 |
-
|
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
git+https://github.com/huggingface/transformers.git
|
3 |
git+https://github.com/huggingface/accelerate.git
|
4 |
+
git+https://github.com/huggingface/peft.git
|
5 |
+
gradio
|
6 |
+
pandas
|
7 |
+
huggingface-hub
|
8 |
safetensors
|
9 |
sentencepiece
|
10 |
+
requests
|