monstxr commited on
Commit
099fb61
·
verified ·
1 Parent(s): c8f1cbf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -18
requirements.txt CHANGED
@@ -1,28 +1,11 @@
1
- # ONNX inference engine
2
  onnxruntime
3
-
4
- # Computer vision
5
  opencv-python-headless
6
-
7
- # Numerical operations
8
  numpy<2
9
-
10
- # Web UI
11
  gradio==4.44.0
12
-
13
- # HF Transformers
14
  transformers>=4.42.0
15
-
16
- # Required for OneVision
17
  accelerate>=0.31.0
 
18
  timm
19
  pillow-avif-plugin
20
-
21
- # Hugging Face hub
22
  huggingface-hub
23
-
24
- # Torch (CPU)
25
- torch
26
-
27
- # Image processing
28
  Pillow
 
 
1
  onnxruntime
 
 
2
  opencv-python-headless
 
 
3
  numpy<2
 
 
4
  gradio==4.44.0
 
 
5
  transformers>=4.42.0
 
 
6
  accelerate>=0.31.0
7
+ torch
8
  timm
9
  pillow-avif-plugin
 
 
10
  huggingface-hub
 
 
 
 
 
11
  Pillow