Senum2001 commited on
Commit
7c16ab2
·
1 Parent(s): f6c038a

Add open-clip-torch dependency for anomalib VLM models

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -7,7 +7,9 @@ torch==2.4.1+cpu
7
  torchvision==0.19.1+cpu
8
 
9
  # Anomalib (minimal, not [full])
 
10
  anomalib
 
11
 
12
  # OpenCV and image processing
13
  opencv-python-headless
 
7
  torchvision==0.19.1+cpu
8
 
9
  # Anomalib (minimal, not [full])
10
+ # Using specific version to avoid VLM model imports
11
  anomalib
12
+ open-clip-torch
13
 
14
  # OpenCV and image processing
15
  opencv-python-headless