Spaces:
Runtime error
Runtime error
Saket Chaudhari commited on
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.0.1 -f https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
+
transformers>=4.36.2
|
| 3 |
+
diffusers>=0.25.0,<1.0.0
|
| 4 |
+
ctransformers>=0.2.27
|
| 5 |
+
pillow>=9.3.0,<10.0.0
|
| 6 |
+
gradio>=3.37.0,<4.0.0
|
| 7 |
+
streamlit<1.29.0
|
| 8 |
+
accelerate>=0.25.0,<1.0.0
|
| 9 |
+
pypdf>=3.0.0,<4.0.0
|
| 10 |
+
peft>=0.6.0,<1.0.0
|
| 11 |
+
fpdf
|