walaa2022 commited on
Commit
b166566
·
verified ·
1 Parent(s): 2186a64

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -17
requirements.txt CHANGED
@@ -1,28 +1,14 @@
1
  # Core ML and AI libraries
2
- torch>=2.0.0
3
  torchvision>=0.15.0
4
- transformers>=4.37.0
5
- accelerate>=0.20.0
6
-
7
- # Qwen-VL specific dependencies
8
  qwen-vl-utils
9
-
10
- # Image processing
11
  Pillow>=9.0.0
12
-
13
- # Web interface
14
  gradio>=4.0.0
15
-
16
- # Data handling
17
  numpy>=1.21.0
 
 
 
18
 
19
- # Optional but recommended for better performance
20
- # Uncomment if deploying with CUDA support
21
  # torch-audio>=2.0.0
22
 
23
- # For Hugging Face Spaces deployment
24
- spaces
25
-
26
- # Additional utilities (if needed for extended functionality)
27
  # requests>=2.28.0
28
  # opencv-python-headless>=4.7.0
 
1
  # Core ML and AI libraries
 
2
  torchvision>=0.15.0
 
 
 
 
3
  qwen-vl-utils
 
 
4
  Pillow>=9.0.0
 
 
5
  gradio>=4.0.0
 
 
6
  numpy>=1.21.0
7
+ transformers >= 4.49.0
8
+ torch >= 2.3.0
9
+ accelerate >= 0.30.0
10
 
 
 
11
  # torch-audio>=2.0.0
12
 
 
 
 
 
13
  # requests>=2.28.0
14
  # opencv-python-headless>=4.7.0