Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
|
|
| 1 |
gradio>=4.40.0
|
| 2 |
-
|
| 3 |
transformers>=4.40.0
|
| 4 |
-
accelerate>=0.
|
| 5 |
sentence-transformers>=2.2.2
|
| 6 |
nltk>=3.8.1
|
| 7 |
-
readability-lxml>=0.8.1
|
| 8 |
numpy>=1.24.0
|
| 9 |
-
huggingface-hub>=0.20.0
|
| 10 |
scipy>=1.11.0
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
gradio>=4.40.0
|
| 3 |
+
huggingface-hub>=0.25.0
|
| 4 |
transformers>=4.40.0
|
| 5 |
+
accelerate>=0.28.0
|
| 6 |
sentence-transformers>=2.2.2
|
| 7 |
nltk>=3.8.1
|
|
|
|
| 8 |
numpy>=1.24.0
|
|
|
|
| 9 |
scipy>=1.11.0
|
| 10 |
+
readability-lxml>=0.8.1
|
| 11 |
+
|
| 12 |
+
# Optional: for better performance on GPU
|
| 13 |
+
bitsandbytes>=0.41.0; sys_platform != "win32"
|
| 14 |
+
|
| 15 |
+
# Spaces integration
|
| 16 |
+
spaces
|
| 17 |
+
fastapi
|
| 18 |
+
uvicorn
|