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.56k stars 241 forks source link

[bug] missing `import pyarrow.parquet as pq` in mimicit_dataset.py #330

Closed kxqt closed 8 months ago

kxqt commented 8 months ago

I find pq.Parquet is used in https://github.com/Luodian/Otter/blob/main/pipeline/mimicit_utils/mimicit_dataset.py#L222 but the package has not been imported. Maybe we should add import pyarrow.parquet as pq in the file.

Luodian commented 8 months ago

Thanks! I will fix it.