Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.32.0
|
2 |
+
torch>=2.0.1
|
3 |
+
transformers>=4.36.0
|
4 |
+
peft>=0.4.0
|
5 |
+
pillow>=10.0.0
|
6 |
+
accelerate>=0.20.0
|
7 |
+
safetensors>=0.4.0
|
8 |
+
bitsandbytes>=0.41.0
|
9 |
+
scipy>=1.10.1
|
10 |
+
numpy>=1.19.5
|
11 |
+
unsloth>=0.3.0
|