prithivMLmods commited on
Commit
08f95af
·
verified ·
1 Parent(s): 7dc9ea8

update requirrements

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -3,11 +3,17 @@ git+https://github.com/huggingface/transformers@82a06db03535c49aa987719ed0746a76
3
  git+https://github.com/huggingface/accelerate.git
4
  git+https://github.com/huggingface/diffusers.git
5
  git+https://github.com/huggingface/peft.git
 
 
6
  huggingface_hub
 
 
7
  qwen-vl-utils
 
8
  sentencepiece
9
  opencv-python
10
  torch==2.6.0
 
11
  torchvision
12
  supervision
13
  matplotlib
@@ -17,5 +23,5 @@ einops
17
  spaces
18
  addict
19
  hf_xet
20
- numpy
21
  av
 
3
  git+https://github.com/huggingface/accelerate.git
4
  git+https://github.com/huggingface/diffusers.git
5
  git+https://github.com/huggingface/peft.git
6
+ opencv_python_headless==4.9.0.80
7
+ opencv_python==4.8.0.74
8
  huggingface_hub
9
+ albumentations
10
+ beautifulsoup4
11
  qwen-vl-utils
12
+ numpy==1.26.4
13
  sentencepiece
14
  opencv-python
15
  torch==2.6.0
16
+ torchmetrics
17
  torchvision
18
  supervision
19
  matplotlib
 
23
  spaces
24
  addict
25
  hf_xet
26
+ timm
27
  av