Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -10,7 +10,8 @@ pytesseract
|
|
| 10 |
camelot-py[cv]
|
| 11 |
pypdf>=3.0.0
|
| 12 |
sqlalchemy
|
| 13 |
-
transformers>=4.30.0
|
|
|
|
| 14 |
torch>=1.12.0 # optional if using HF LLM locally; CPU compatible build recommended
|
| 15 |
torchvision
|
| 16 |
torchaudio
|
|
|
|
| 10 |
camelot-py[cv]
|
| 11 |
pypdf>=3.0.0
|
| 12 |
sqlalchemy
|
| 13 |
+
#transformers>=4.30.0
|
| 14 |
+
transformers==4.38.2
|
| 15 |
torch>=1.12.0 # optional if using HF LLM locally; CPU compatible build recommended
|
| 16 |
torchvision
|
| 17 |
torchaudio
|