Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Pillow
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
transformers
|
5 |
+
sentencepiece
|
6 |
+
opencv-python
|
7 |
+
accelerate
|
8 |
+
tiktoken
|
9 |
+
PyMuPDF
|
10 |
+
python-docx
|
11 |
+
python-pptx
|