Spaces:
Sleeping
Sleeping
Tolulope Ogunremi commited on
Commit ·
2ecf46b
1
Parent(s): e9e3c76
adding faiss requirements
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -12,6 +12,9 @@ transformers>=4.30.0
|
|
| 12 |
scikit-learn>=1.0.0
|
| 13 |
joblib>=1.1.0
|
| 14 |
umap-learn>=0.5.3
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Phonetics
|
| 17 |
panphon>=0.20.0
|
|
|
|
| 12 |
scikit-learn>=1.0.0
|
| 13 |
joblib>=1.1.0
|
| 14 |
umap-learn>=0.5.3
|
| 15 |
+
faiss-cpu
|
| 16 |
+
faiss-gpu
|
| 17 |
+
# test
|
| 18 |
|
| 19 |
# Phonetics
|
| 20 |
panphon>=0.20.0
|