Spaces:
Runtime error
Runtime error
Update Requirements_lib.txt
Browse files- Requirements_lib.txt +18 -17
Requirements_lib.txt
CHANGED
|
@@ -1,18 +1,19 @@
|
|
| 1 |
-
# Install pytorch for cpu "torch"
|
| 2 |
-
# or get the latest gpu version from: https://pytorch.org/get-started/locally/
|
| 3 |
-
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
| 4 |
-
|
| 5 |
-
transformers>=4.36.2
|
| 6 |
-
diffusers>=0.25.0
|
| 7 |
-
ctransformers[cuda]>=0.2.24
|
| 8 |
-
Pillow>=9.3.0
|
| 9 |
-
gradio
|
| 10 |
-
streamlit>=1.29.0
|
| 11 |
-
accelerate>=0.25.0
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
| 18 |
openpyxl
|
|
|
|
| 1 |
+
# Install pytorch for cpu "torch"
|
| 2 |
+
# or get the latest gpu version from: https://pytorch.org/get-started/locally/
|
| 3 |
+
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
| 4 |
+
|
| 5 |
+
transformers>=4.36.2
|
| 6 |
+
diffusers>=0.25.0
|
| 7 |
+
ctransformers[cuda]>=0.2.24
|
| 8 |
+
Pillow>=9.3.0
|
| 9 |
+
gradio==4.29.0
|
| 10 |
+
streamlit>=1.29.0
|
| 11 |
+
accelerate>=0.25.0
|
| 12 |
+
huggingface_hub==0.23.5
|
| 13 |
+
pypdf
|
| 14 |
+
peft >= 0.6.0
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
matplotlib
|
| 18 |
+
pandas
|
| 19 |
openpyxl
|