Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +13 -4
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
|
|
1 |
pycairo
|
2 |
gradio
|
3 |
reportlab>=3.6.2
|
4 |
PyPDF2==1.26.0
|
5 |
happytransformer
|
6 |
python-doctr[torch]@git+https://github.com/mindee/doctr.git
|
7 |
-
fairseq2
|
8 |
yt-dlp
|
9 |
sentencepiece
|
10 |
nltk
|
@@ -12,12 +13,10 @@ opencv-python==4.9.0.80
|
|
12 |
pillow==10.3.0
|
13 |
pytesseract==0.3.10
|
14 |
packaging
|
15 |
-
torch
|
16 |
fastapi
|
17 |
uvicorn
|
18 |
pandas
|
19 |
numpy
|
20 |
-
torch
|
21 |
transformers
|
22 |
scikit-learn
|
23 |
sentence-transformers
|
@@ -30,4 +29,14 @@ langchain-text-splitters
|
|
30 |
langsmith
|
31 |
chroma-hnswlib
|
32 |
chromadb
|
33 |
-
fastapi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.3.0
|
2 |
pycairo
|
3 |
gradio
|
4 |
reportlab>=3.6.2
|
5 |
PyPDF2==1.26.0
|
6 |
happytransformer
|
7 |
python-doctr[torch]@git+https://github.com/mindee/doctr.git
|
8 |
+
fairseq2
|
9 |
yt-dlp
|
10 |
sentencepiece
|
11 |
nltk
|
|
|
13 |
pillow==10.3.0
|
14 |
pytesseract==0.3.10
|
15 |
packaging
|
|
|
16 |
fastapi
|
17 |
uvicorn
|
18 |
pandas
|
19 |
numpy
|
|
|
20 |
transformers
|
21 |
scikit-learn
|
22 |
sentence-transformers
|
|
|
29 |
langsmith
|
30 |
chroma-hnswlib
|
31 |
chromadb
|
32 |
+
fastapi
|
33 |
+
pydub
|
34 |
+
sacremoses
|
35 |
+
regex
|
36 |
+
mock
|
37 |
+
mosestokenizer
|
38 |
+
bitsandbytes
|
39 |
+
scipy
|
40 |
+
accelerate
|
41 |
+
datasets
|
42 |
+
git+https://github.com/VarunGumma/IndicTransToolkit.git
|