Skip to content

Commit

Permalink
add reqs failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdan committed Apr 17, 2024
1 parent 751eeac commit d40cdf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
torch==2.2.2
transformers==4.39.0
numpy
PyPDF2
docx2txt
Expand All @@ -8,5 +10,3 @@ huggingface_hub
tiktoken
onnxruntime==1.17.1
tokenizers==0.15.2
torch==2.2.2
transformers==4.39.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'beautifulsoup4',
'transformers',
'huggingface_hub',
'tiktoken'
'tiktoken',
'torch',
],
extras_require={
'ocr': ['surya-ocr-vlite']
Expand Down

0 comments on commit d40cdf0

Please sign in to comment.