Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
|
3 |
torch
|
4 |
sentence_transformers
|
5 |
gradio
|
@@ -22,8 +22,8 @@ pydantic-settings==2.1.0
|
|
22 |
|
23 |
# ML and Data Processing
|
24 |
torch>=2.2.0
|
25 |
-
transformers==4.43.1
|
26 |
-
sentence-transformers==2.2.2
|
27 |
faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
|
28 |
numpy>=1.24.3
|
29 |
pandas>=2.0.0
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
transformers
|
3 |
torch
|
4 |
sentence_transformers
|
5 |
gradio
|
|
|
22 |
|
23 |
# ML and Data Processing
|
24 |
torch>=2.2.0
|
25 |
+
#transformers==4.43.1
|
26 |
+
#sentence-transformers==2.2.2
|
27 |
faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
|
28 |
numpy>=1.24.3
|
29 |
pandas>=2.0.0
|