portfolio-inference-provider / requirements.txt
chryzxc's picture
Update requirements.txt
1b03049 verified
raw
history blame contribute delete
190 Bytes
fastapi>=0.68.0
onnxruntime>=1.10.0
transformers>=4.41.0 # Version with good tokenizer-only support
tokenizers>=0.19.1 # Rust-based tokenizer implementation
numpy>=1.21.0
uvicorn>=0.15.0