amirhosseinmoayedi commited on
Commit
492f7ba
·
verified ·
1 Parent(s): fab057d

Update requirments.txt

Browse files
Files changed (1) hide show
  1. requirments.txt +6 -1
requirments.txt CHANGED
@@ -1 +1,6 @@
1
- transformers
 
 
 
 
 
 
1
+ transformers==4.34.0 # Hugging Face library for models and tokenizers
2
+ torch>=1.12.0 # PyTorch for running models (CPU or GPU)
3
+ sentencepiece==0.1.99 # For models that use SentencePiece tokenizers
4
+ gradio==3.41.0 # For creating a web interface (optional but useful)
5
+ fastapi==0.95.2 # For building APIs (optional if using FastAPI)
6
+ uvicorn==0.22.0 # For serving FastAPI apps (optional)