chryzxc commited on
Commit
1b03049
·
verified ·
1 Parent(s): 589009a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  fastapi>=0.68.0
2
  onnxruntime>=1.10.0
3
- transformers>=4.26.0
 
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