Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -22,7 +22,7 @@ pydantic-settings==2.1.0
|
|
22 |
|
23 |
# ML and Data Processing
|
24 |
torch>=2.2.0
|
25 |
-
transformers==4.
|
26 |
sentence-transformers==2.2.2
|
27 |
faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
|
28 |
numpy>=1.24.3
|
|
|
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
|