Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -23,11 +23,10 @@ requests>=2.31.0
|
|
| 23 |
# ── RAG Chatbot (Tab A6) ─────────────────────
|
| 24 |
sentence-transformers>=2.6.0
|
| 25 |
faiss-cpu>=1.7.4
|
| 26 |
-
torch=
|
| 27 |
-
|
| 28 |
|
| 29 |
# ── Optional: faster tokenization ────────────
|
| 30 |
# tokenizers>=0.15.0 # installed automatically with sentence-transformers
|
| 31 |
|
| 32 |
# ── HuggingFace Spaces compatibility ─────────
|
| 33 |
-
# No additional packages needed for HF Spaces deployment
|
|
|
|
| 23 |
# ── RAG Chatbot (Tab A6) ─────────────────────
|
| 24 |
sentence-transformers>=2.6.0
|
| 25 |
faiss-cpu>=1.7.4
|
| 26 |
+
torch>=2.0.0
|
|
|
|
| 27 |
|
| 28 |
# ── Optional: faster tokenization ────────────
|
| 29 |
# tokenizers>=0.15.0 # installed automatically with sentence-transformers
|
| 30 |
|
| 31 |
# ── HuggingFace Spaces compatibility ─────────
|
| 32 |
+
# No additional packages needed for HF Spaces deployment
|