Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -2,4 +2,9 @@ torch
|
|
2 |
transformers
|
3 |
typing
|
4 |
accelerate
|
5 |
-
bitsandbytes
|
|
|
|
|
|
|
|
|
|
|
|
2 |
transformers
|
3 |
typing
|
4 |
accelerate
|
5 |
+
bitsandbytes
|
6 |
+
sentencepiece
|
7 |
+
git+https://github.com/huggingface/transformers.git
|
8 |
+
git+https://github.com/huggingface/peft.git
|
9 |
+
gradio
|
10 |
+
appdirs
|