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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -6,7 +6,7 @@
6
  # Python: >= 3.10
7
 
8
  # ── Core UI ──────────────────────────────────
9
- gradio>=4.20.0
10
 
11
  # ── Data & Numerics ──────────────────────────
12
  numpy>=1.24.0
@@ -23,7 +23,8 @@ requests>=2.31.0
23
  # ── RAG Chatbot (Tab A6) ─────────────────────
24
  sentence-transformers>=2.6.0
25
  faiss-cpu>=1.7.4
26
- torch>=2.0.0 # CPU-only is fine; sentence-transformers dependency
 
27
 
28
  # ── Optional: faster tokenization ────────────
29
  # tokenizers>=0.15.0 # installed automatically with sentence-transformers
 
6
  # Python: >= 3.10
7
 
8
  # ── Core UI ──────────────────────────────────
9
+ gradio==5.20.1
10
 
11
  # ── Data & Numerics ──────────────────────────
12
  numpy>=1.24.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