Luodian / Otter

🦦 Otter, a multi-modal model based on OpenFlamingo (open-sourced version of DeepMind's Flamingo), trained on MIMIC-IT and showcasing improved instruction-following and in-context learning ability.
https://otter-ntu.github.io/
MIT License
3.54k stars 242 forks source link

having import issues #278

Open natashamaniarnew opened 11 months ago

natashamaniarnew commented 11 months ago

Hi I'm trying to evaluate the otter model for video captioning and when I try to run the hugging_face script: https://huggingface.co/luodian/OTTER-Video-LLaMA7B-DenseCaption

I'm getting an import issue:

File "/content/drive/MyDrive/Colab Notebooks/meng/Otter/src/otter_ai/models/otter/configuration_otter.py", line 8, in from otter_ai.models.flamingo.falcon.configuration_RW import RWConfig ModuleNotFoundError: No module named 'otter_ai'

thank you!

Luodian commented 11 months ago

so basically you could pip install otter_ai.