cambios en la web

This commit is contained in:
jlimolina 2025-10-12 17:51:14 +02:00
parent 046a5ff369
commit a9c1e16bdd
6 changed files with 283 additions and 131 deletions

View file

@ -4,15 +4,17 @@ APScheduler==3.10.4
psycopg2-binary==2.9.10
bleach==6.1.0
gunicorn==22.0.0
waitress
tqdm
beautifulsoup4
requests
newspaper3k
lxml-html-clean
waitress==2.1.2
tqdm>=4.66
beautifulsoup4>=4.12
requests>=2.31
newspaper3k==0.2.8
lxml[html_clean]>=4.9.3
langdetect==1.0.9
transformers==4.43.3
sentencepiece==0.2.0
sacremoses==0.1.1
torch==2.3.1 # CPU. Para GPU ver nota más abajo.
accelerate==0.33.0
# Nota: PyTorch (torch) NO se fija aquí.
# Se instala en el Dockerfile con la wheel adecuada de CUDA (cu121) para tu GPU.