mbzuai-oryx / Video-ChatGPT

[ACL 2024 🔥] Video-ChatGPT is a video conversation model capable of generating meaningful conversation about videos. It combines the capabilities of LLMs with a pretrained visual encoder adapted for spatiotemporal video representation. We also introduce a rigorous 'Quantitative Evaluation Benchmarking' for video-based conversational models.
https://mbzuai-oryx.github.io/Video-ChatGPT
Creative Commons Attribution 4.0 International
1.05k stars 92 forks source link

pydantic version problem #40

Closed Creator404 closed 10 months ago

Creator404 commented 11 months ago

I have the same problem like https://github.com/adw0rd/instagrapi/issues/1435

Just looks like: Field required [type=missing, input_value={'id': '52761857721', 'pk': '52761857721'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.0.1/v/missing profile_pic_url Field required [type=missing, input_value={'id': '52761857721', 'pk': '52761857721'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.0.1/v/missing profile_pic_url_hd Field required [type=missing, input_value={'id': '52761857721', 'pk': '52761857721'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.0.1/v/missing is_private Field required [type=missing, input_value={'id': '52761857721', 'pk': '52761857721'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.0.1/v/missing

I follow the instructions that revoke the pydantic version from 2.0.x to 1.10.9, then the project can work properly.

plz insert into requirements.txt: pydantic==1.10.9

mmaaz60 commented 10 months ago

Hi @Creator404,

Thank you for pointing it out. We have updated the requirements.txt file. Thanks