Spaces:
Running
Running
Commit
·
630dc3a
1
Parent(s):
7796047
updated requirements.txt added
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core Dependencies
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
transformers>=4.30.0
|
| 5 |
+
sentence-transformers>=2.2.0
|
| 6 |
+
spacy>=3.5.0
|
| 7 |
+
|
| 8 |
+
# NLP Libraries
|
| 9 |
+
nltk>=3.8.0
|
| 10 |
+
|
| 11 |
+
# Numerical Computing
|
| 12 |
+
numpy>=1.24.0
|
| 13 |
+
|
| 14 |
+
# Utilities
|
| 15 |
+
tqdm>=4.65.0
|
| 16 |
+
requests>=2.31.0
|
| 17 |
+
|
| 18 |
+
# Optional but recommended for better performance
|
| 19 |
+
accelerate>=0.20.0
|
| 20 |
+
|
| 21 |
+
# torch>=2.0.0+cu118 -f https://download.pytorch.org/whl/torch_stable.html
|