TEZv commited on
Commit
407112e
·
verified ·
1 Parent(s): 1df5f2f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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==2.2.2+cpu --extra-index-url https://download.pytorch.org/whl/cpu
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