Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.27.0
|
2 |
+
torch>=2.1.0
|
3 |
+
transformers>=4.40.0
|
4 |
+
datasets>=2.18.0
|
5 |
+
huggingface_hub>=0.23.0
|
6 |
+
accelerate>=0.27.0
|
7 |
+
bitsandbytes>=0.41.0
|
8 |
+
peft>=0.8.2
|
9 |
+
scipy>=1.10.0
|