OmarAbualrob commited on
Commit
2a1f5d3
·
verified ·
1 Parent(s): c0cabc5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -5,7 +5,8 @@ python-multipart
5
 
6
  # ML & Image Processing
7
  torch
8
- transformers
 
9
  Pillow
10
  accelerate
11
 
 
5
 
6
  # ML & Image Processing
7
  torch
8
+ # Pin transformers to a version compatible with Florence-2's remote code
9
+ transformers==4.39.3
10
  Pillow
11
  accelerate
12