chipling commited on
Commit
35daee1
·
verified ·
1 Parent(s): a278486

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -10,6 +10,10 @@ torch==2.4.0
10
  torchvision==0.19.0
11
  pillow==10.4.0
12
 
 
 
 
 
13
  # Utilities
14
  pydantic==2.10.1
15
  numpy<2.0.0
 
10
  torchvision==0.19.0
11
  pillow==10.4.0
12
 
13
+ # THE FIX: Missing dependencies for SigLIP
14
+ sentencepiece==0.2.0
15
+ protobuf==3.20.3
16
+
17
  # Utilities
18
  pydantic==2.10.1
19
  numpy<2.0.0