Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
|
@@ -3,15 +3,19 @@
|
|
| 3 |
# Core ML/AI Libraries
|
| 4 |
transformers==4.40.1
|
| 5 |
datasets
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
sentence-transformers
|
| 9 |
# Pin torch version compatible with Hugging Face's GPUs (CUDA 12.1)
|
| 10 |
torch==2.3.0 --index-url https://download.pytorch.org/whl/cu121
|
| 11 |
accelerate
|
| 12 |
bitsandbytes
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# API Framework
|
| 17 |
fastapi
|
|
|
|
| 3 |
# Core ML/AI Libraries
|
| 4 |
transformers==4.40.1
|
| 5 |
datasets
|
| 6 |
+
scipy
|
| 7 |
+
scikit-learn
|
|
|
|
| 8 |
# Pin torch version compatible with Hugging Face's GPUs (CUDA 12.1)
|
| 9 |
torch==2.3.0 --index-url https://download.pytorch.org/whl/cu121
|
| 10 |
accelerate
|
| 11 |
bitsandbytes
|
| 12 |
+
sentence-transformers
|
| 13 |
+
faiss-cpu
|
| 14 |
+
|
| 15 |
+
# LangChain - Updated Packages
|
| 16 |
+
langchain
|
| 17 |
+
langchain-core
|
| 18 |
+
langchain-community
|
| 19 |
|
| 20 |
# API Framework
|
| 21 |
fastapi
|