multimodal_rag_Hm / requirements.txt
dceshubh's picture
Update requirements.txt
e76a517
raw
history blame contribute delete
376 Bytes
# Core dependencies
torch>=2.0.0
transformers>=4.30.0
datasets>=2.12.0
pandas>=2.0.0
Pillow>=9.5.0
# Database and embeddings
lancedb>=0.3.0
pydantic>=1.10.8
# Web interface
gradio>=3.35.0
# Utilities
numpy>=1.24.0
scikit-learn>=1.2.0
sentence-transformers>=2.2.2
# For clip embeddings
open-clip-torch>=2.20.0
ftfy>=6.1.1
# For training and evaluation
accelerate>=0.20.0