vqa-backend / download_models.py
Deva8's picture
Replace custom models with BLIP-VQA
23fe704
raw
history blame contribute delete
348 Bytes
import os
from huggingface_hub import hf_hub_download
# BLIP-VQA downloads itself automatically from HuggingFace Hub on first boot.
# No manual model files (.pt) need to be downloaded anymore.
# This script is kept as a no-op so the Dockerfile CMD doesn't break.
print("✅ No model pre-download required — BLIP-VQA auto-downloads on startup.")