Spaces:
Runtime error
Runtime error
Upload requirement.txt
Browse files- requirement.txt +16 -0
requirement.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Essential dependencies for OCR and model processing
|
2 |
+
pytesseract
|
3 |
+
transformers==4.38.2
|
4 |
+
qwen_vl_utils
|
5 |
+
auto-gptq
|
6 |
+
autoawq
|
7 |
+
optimum[graphcore]
|
8 |
+
gradio
|
9 |
+
|
10 |
+
# For SQL Server connectivity and data handling
|
11 |
+
pyodbc
|
12 |
+
sqlalchemy
|
13 |
+
azure-storage-blob
|
14 |
+
|
15 |
+
# Optional: Direct installation from GitHub (ensure compatibility)
|
16 |
+
git+https://github.com/huggingface/transformers.git#egg=transformers
|