Spaces:
Running
Running
Commit ·
300ac5c
1
Parent(s): e1496f9
Fix requirements: Add faiss-cpu
Browse files- 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 |
-
|
| 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
|