amine_dubs commited on
Commit
d645d4c
·
1 Parent(s): eb4e753

Add sentencepiece dependency for MarianTokenizer

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +3 -8
backend/requirements.txt CHANGED
@@ -1,11 +1,6 @@
1
  fastapi
2
- uvicorn[standard]
3
- python-multipart
4
- transformers[torch]
5
- # Add specific document parsing libraries later if needed, e.g.:
6
  python-docx
7
- openpyxl
8
- python-pptx
9
  PyMuPDF
10
- # sentencepiece - Removed explicit dependency to avoid Alpine build issues (still installed via transformers)
11
- sacremoses # Often needed for translation models
 
1
  fastapi
2
+ uvicorn
 
 
 
3
  python-docx
 
 
4
  PyMuPDF
5
+ transformers[torch]
6
+ sentencepiece # Added for MarianTokenizer