Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -7
requirements.txt
CHANGED
@@ -1,9 +1,17 @@
|
|
1 |
-
streamlit>=1.
|
2 |
torch>=2.0.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
8 |
bitsandbytes>=0.41.0
|
9 |
-
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.30.0
|
2 |
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
transformers>=4.37.0
|
5 |
+
pillow>=10.0.0
|
6 |
+
opencv-python-headless>=4.8.0
|
7 |
+
numpy>=1.24.0
|
8 |
+
peft>=0.7.0
|
9 |
+
accelerate>=0.27.0
|
10 |
bitsandbytes>=0.41.0
|
11 |
+
sentencepiece>=0.1.99
|
12 |
+
unsloth>=0.3.0
|
13 |
+
scikit-learn>=1.3.0
|
14 |
+
pandas>=2.0.0
|
15 |
+
matplotlib>=3.7.0
|
16 |
+
scikit-image>=0.21.0
|
17 |
+
tqdm>=4.66.0
|