Utkarshres32 commited on
Commit
300ac5c
·
1 Parent(s): e1496f9

Fix requirements: Add faiss-cpu

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -44,7 +44,7 @@ timm
44
 
45
  # --- FAISS (install separately for GPU - see README) ---
46
  # faiss-gpu -> pip install faiss-gpu (CUDA)
47
- # faiss-cpu -> pip install faiss-cpu (CPU only)
48
 
49
  # --- Object Detection & Tracking ---
50
  # ByteTrack / DeepSORT dependencies
 
44
 
45
  # --- FAISS (install separately for GPU - see README) ---
46
  # faiss-gpu -> pip install faiss-gpu (CUDA)
47
+ faiss-cpu
48
 
49
  # --- Object Detection & Tracking ---
50
  # ByteTrack / DeepSORT dependencies