Florence2 / requirements.txt
SebastianRuff's picture
Update requirements.txt
ae4b36f verified
raw
history blame contribute delete
435 Bytes
# Core Python libraries for HTTP requests and image processing
requests>=2.26.0
Pillow>=9.0.0
# Hugging Face Transformers library for model handling
transformers>=4.30.0
# PyTorch for model execution (CPU or GPU)
torch>=1.13.0
# Libraries required by the Florence-2 model
timm>=0.6.12
einops>=0.5.0
# Hugging Face Accelerate for optimization
accelerate>=0.17.0
# Optional for debugging and logging during development
loguru>=0.6.0