UMass-Foundation-Model / 3D-LLM

Code for 3D-LLM: Injecting the 3D World into Large Language Models
MIT License
901 stars 55 forks source link

Fix blips_t5 bug on passing 'prompt' argument #54

Closed xianzhengma closed 8 months ago

xianzhengma commented 8 months ago

In the original code, if I want to modify or add some prompt in yaml file, this argument cannot be passed to the blip_t5 model. So I modified the passing of this argument in blip_t5.py and updated the code.

I've tested the new code and it works when I want to add different prompts to this model.