Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +19 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
transformers==4.
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
sentence-transformers==
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core
|
| 2 |
+
transformers==4.44.2
|
| 3 |
+
accelerate==0.33.0
|
| 4 |
+
peft==0.11.1
|
| 5 |
+
safetensors>=0.4.3
|
| 6 |
+
|
| 7 |
+
# Embeddings + FAISS
|
| 8 |
+
sentence-transformers==3.0.1
|
| 9 |
+
faiss-cpu==1.8.0.post1
|
| 10 |
+
|
| 11 |
+
# App + utils
|
| 12 |
+
gradio>=5.44.1,<5.46
|
| 13 |
+
huggingface-hub>=0.24.5
|
| 14 |
+
requests>=2.32.3
|
| 15 |
+
wikipedia>=1.4.0
|
| 16 |
+
|
| 17 |
+
# Torch: Spaces images already include torch for the chosen hardware.
|
| 18 |
+
# If you really need to pin, you can add (not recommended unless necessary):
|
| 19 |
+
# torch==2.4.0
|