Spaces:
Sleeping
Sleeping
feat: add Levenshtein package to requirements for improved string comparison
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -22,4 +22,5 @@ onnxruntime
|
|
| 22 |
onnx
|
| 23 |
transformers
|
| 24 |
torch
|
| 25 |
-
optimum[onnxruntime]
|
|
|
|
|
|
| 22 |
onnx
|
| 23 |
transformers
|
| 24 |
torch
|
| 25 |
+
optimum[onnxruntime]
|
| 26 |
+
Levenshtein
|