Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
transformers>=4.
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
xformers>=0.0.23
|
10 |
-
huggingface_hub>=0.19
|
11 |
-
peft
|
|
|
1 |
+
streamlit>=1.27.0
|
2 |
+
torch>=2.1.0
|
3 |
+
transformers>=4.40.0
|
4 |
+
peft>=0.8.2
|
5 |
+
huggingface_hub>=0.23.0
|
6 |
+
accelerate>=0.27.0
|
7 |
+
scipy>=1.10.0
|
8 |
+
# bitsandbytes is optional depending on device
|
|
|
|
|
|