File size: 409 Bytes
492f7ba
 
 
 
 
 
1
2
3
4
5
6
7
transformers==4.34.0  # Hugging Face library for models and tokenizers
torch>=1.12.0         # PyTorch for running models (CPU or GPU)
sentencepiece==0.1.99 # For models that use SentencePiece tokenizers
gradio==3.41.0        # For creating a web interface (optional but useful)
fastapi==0.95.2       # For building APIs (optional if using FastAPI)
uvicorn==0.22.0       # For serving FastAPI apps (optional)