akhaliq HF Staff commited on
Commit
f13fc5b
·
verified ·
1 Parent(s): 0513cd9

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ torchvision
3
+ torchaudio
4
+ git+https://github.com/huggingface/transformers
5
+ sentencepiece
6
+ accelerate
7
+ tokenizers
8
+ datasets
9
+ docling-core
10
+ gradio
11
+ requests
12
+ Pillow
13
+ numpy
14
+ scipy
15
+ joblib
16
+ openpyxl
17
+ python-docx
18
+ PyPDF2