banao-tech commited on
Commit
910e0b8
·
verified ·
1 Parent(s): 9d3918b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -13
requirements.txt CHANGED
@@ -1,20 +1,21 @@
1
- torch==2.2.1
2
- torchvision==0.17.1
3
- transformers==4.41.0
4
- ultralytics==8.1.24
5
- davit-pytorch==0.1.0
6
- flash-attn==2.5.8
7
- pytorch-lightning==2.2.2
8
- accelerate==0.30.1
9
  easyocr
 
10
  supervision==0.18.0
11
  openai==1.3.5
 
 
12
  azure-identity
13
- opencv-python-headless==4.9.0.80
14
- gradio==4.26.0
15
- paddlepaddle==2.6.1
16
- paddleocr==2.7.0.3
 
 
 
 
 
 
17
  fastapi==0.110.1
18
  uvicorn==0.29.0
19
  huggingface_hub==0.23.3
20
- timm==0.9.16
 
1
+ torch
 
 
 
 
 
 
 
2
  easyocr
3
+ torchvision
4
  supervision==0.18.0
5
  openai==1.3.5
6
+ transformers
7
+ ultralytics==8.1.24
8
  azure-identity
9
+ numpy
10
+ opencv-python
11
+ opencv-python-headless
12
+ gradio
13
+ dill
14
+ accelerate
15
+ timm
16
+ einops==0.8.0
17
+ paddlepaddle
18
+ paddleocr
19
  fastapi==0.110.1
20
  uvicorn==0.29.0
21
  huggingface_hub==0.23.3