Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastapi>=0.68.0
|
2 |
onnxruntime>=1.10.0
|
3 |
-
transformers>=4.
|
|
|
4 |
numpy>=1.21.0
|
5 |
-
uvicorn>=0.15.0
|
6 |
-
protobuf>=3.20.0 # Required for some tokenizers
|
|
|
1 |
fastapi>=0.68.0
|
2 |
onnxruntime>=1.10.0
|
3 |
+
transformers>=4.41.0 # Version with good tokenizer-only support
|
4 |
+
tokenizers>=0.19.1 # Rust-based tokenizer implementation
|
5 |
numpy>=1.21.0
|
6 |
+
uvicorn>=0.15.0
|
|