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
Change the inputs_embeds in the LlamaModel(Maybe others also) input parameters to input_embeds
Motivation
Our code work should be based on one of these two, and we will also switch from A to B or vice versa, and the current difference in the prefixes of the two makes the experience of this process not so good. This process can be made more convenient with simple modifications.
Your contribution
I can help to submit a PR for it
The text was updated successfully, but these errors were encountered:
Hi @Luohongzhige, although I agree "input_embeds" is a little more grammatically correct, "inputs_embeds" is the standard in the codebase and used by all of our models. You can standardize on "inputs_embeds" and it should work with any Huggingface model.
Feature request
Change the inputs_embeds in the LlamaModel(Maybe others also) input parameters to input_embeds
Motivation
Our code work should be based on one of these two, and we will also switch from A to B or vice versa, and the current difference in the prefixes of the two makes the experience of this process not so good. This process can be made more convenient with simple modifications.
Your contribution
I can help to submit a PR for it
The text was updated successfully, but these errors were encountered: