defatul commited on
Commit
9e97e45
·
verified ·
1 Parent(s): 49162ae

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,14 +1,18 @@
1
  --extra-index-url https://download.pytorch.org/whl/cpu
 
2
  torch==2.2.2+cpu
3
  torchvision==0.17.2+cpu
 
 
 
 
4
  transformers==4.46.3
5
  tokenizers==0.20.3
6
  accelerate
7
  einops
8
  addict
9
  easydict
10
- pillow
11
- numpy
12
- PyMuPDF
13
  safetensors
 
14
  httpx
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
+
3
  torch==2.2.2+cpu
4
  torchvision==0.17.2+cpu
5
+
6
+ numpy==1.26.4
7
+ pillow==10.4.0
8
+
9
  transformers==4.46.3
10
  tokenizers==0.20.3
11
  accelerate
12
  einops
13
  addict
14
  easydict
 
 
 
15
  safetensors
16
+ PyMuPDF
17
  httpx
18
+ gradio