Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
-
# For fuzzy matching (or use rapidfuzz
|
| 2 |
fuzzywuzzy==0.18.0
|
|
|
|
| 3 |
|
| 4 |
# For Hugging Face Transformers
|
| 5 |
-
transformers==4.
|
| 6 |
-
torch==2.0.1
|
| 7 |
|
| 8 |
# For numeric computations used by transformers
|
| 9 |
-
numpy==1.
|
| 10 |
|
| 11 |
# For Gradio
|
| 12 |
-
gradio==3.
|
| 13 |
|
| 14 |
# Referencing huggingface_hub
|
| 15 |
-
huggingface_hub==0.25.2
|
|
|
|
| 1 |
+
# For fuzzy matching (or use rapidfuzz for faster performance)
|
| 2 |
fuzzywuzzy==0.18.0
|
| 3 |
+
python-Levenshtein==0.21.0
|
| 4 |
|
| 5 |
# For Hugging Face Transformers
|
| 6 |
+
transformers==4.33.2
|
| 7 |
+
torch==2.0.1
|
| 8 |
|
| 9 |
# For numeric computations used by transformers
|
| 10 |
+
numpy==1.25.2
|
| 11 |
|
| 12 |
# For Gradio
|
| 13 |
+
gradio==3.40.0
|
| 14 |
|
| 15 |
# Referencing huggingface_hub
|
| 16 |
+
huggingface_hub==0.25.2
|