ShareGPT4Omni / ShareGPT4V

[ECCV 2024] ShareGPT4V: Improving Large Multi-modal Models with Better Captions
https://sharegpt4v.github.io/
124 stars 4 forks source link

Runtime Error with ShareCaptioner Local Demo #8

Open HubHop opened 2 months ago

HubHop commented 2 months ago

Hi authors,

Thanks for this excellent work. Can you please update your scripts a bit for local deployment of ShareCaptioner?

Initiailly there was an error as noted here.

After switching into transformers 4.33.1, there is a new error:

raise RuntimeError(
RuntimeError: Failed to import transformers.generation.utils because of the following error (look up to see its traceback):
'FieldInfo' object has no attribute 'required'

Thanks in advance!