TypeError: CogAgentForCausalLM._update_model_kwargs_for_generation() got an unexpected keyword argument 'model_inputs'
#3
by
pbaylies
- opened
CogAgent has the same issue that CogVLM has, fixed by adding model_inputs
- see here:
- Discussion: https://huggingface.co/THUDM/cogvlm-chat-hf/discussions/19
- Commit: https://huggingface.co/THUDM/cogvlm-chat-hf/commit/7463d6ff45468abcd0273896546a2da8480af109
for a fix that should work for both of them.