You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run 'sh demo_stage2.sh', I meet the error below:
ValueError: You passed inputs_embeds to .generate(), but the model class ChatGLMForConditionalGeneration doesn't have its forwarding implemented. See the GPT2 implementation for an
example (huggingface/transformers#21405), and feel free to open a PR with it!
Could you please give me some insight.
The text was updated successfully, but these errors were encountered:
when I run 'sh demo_stage2.sh', I meet the error below:
ValueError: You passed
inputs_embeds
to.generate()
, but the model class ChatGLMForConditionalGeneration doesn't have its forwarding implemented. See the GPT2 implementation for anexample (huggingface/transformers#21405), and feel free to open a PR with it!
Could you please give me some insight.
The text was updated successfully, but these errors were encountered: