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
I did try to work on fixing that in the update-transformers branch. I can try to look into this but if someone else can give it a try that would be great.
Hi, this commit change breaks generation, eval, and likely other scripts because in transformers v4.46,
position_embeddings
is a required field, but it isn't passed inforward_early
orforward_remaining
. See https://github.com/huggingface/transformers/blob/53fad641cfdb5105e2470bcf3ef17ea8e25cc300/src/transformers/models/llama/modeling_llama.py#L369The text was updated successfully, but these errors were encountered: