How to use OpenViVQA/test_model with Transformers:
# Load model directly from transformers import QformT5ForVQA model = QformT5ForVQA.from_pretrained("OpenViVQA/test_model", dtype="auto")
How to fix it?