SebastianRuff commited on
Commit
ae4b36f
·
verified ·
1 Parent(s): 27ba264

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- # Core Python libraries for handling HTTP requests and image processing
2
  requests>=2.26.0
3
  Pillow>=9.0.0
4
 
@@ -8,11 +8,12 @@ transformers>=4.30.0
8
  # PyTorch for model execution (CPU or GPU)
9
  torch>=1.13.0
10
 
11
- # Add any additional libraries required for Hugging Face pipelines
 
 
 
 
12
  accelerate>=0.17.0
13
 
14
  # Optional for debugging and logging during development
15
- loguru>=0.6.0
16
-
17
- timm
18
- einops
 
1
+ # Core Python libraries for HTTP requests and image processing
2
  requests>=2.26.0
3
  Pillow>=9.0.0
4
 
 
8
  # PyTorch for model execution (CPU or GPU)
9
  torch>=1.13.0
10
 
11
+ # Libraries required by the Florence-2 model
12
+ timm>=0.6.12
13
+ einops>=0.5.0
14
+
15
+ # Hugging Face Accelerate for optimization
16
  accelerate>=0.17.0
17
 
18
  # Optional for debugging and logging during development
19
+ loguru>=0.6.0