kavin-aravindhan commited on
Commit
d8d3d20
·
verified ·
1 Parent(s): 9fd1530

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies for infer.py and modeling.py.
2
+ # Pinned to match the exact versions used to produce best_model.pt --
3
+ # transformers changed SiglipVisionModel's internal parameter names between
4
+ # major versions, so an unpinned `pip install transformers` (e.g. picking up
5
+ # 5.x) will fail to load this checkpoint's state dict.
6
+ torch==2.7.1
7
+ transformers==4.53.0
8
+ huggingface_hub==0.33.2
9
+ numpy==2.1.3
10
+ pillow==11.3.0
11
+ opencv-python-headless==4.12.0.88