Update llama.py
This commit is contained in:
parent
cc3c81e2ed
commit
df44d6a4fb
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ def LlamaModel_fast_forward(
|
|||
inputs_embeds = self.embed_tokens(input_ids)
|
||||
|
||||
inputs_embeds = inputs_embeds.to(_get_dtype(self.config.torch_dtype))
|
||||
print(inputs_embeds.shape)
|
||||
print(inputs_embeds.shape, input_ids.shape, input_ids)
|
||||
|
||||
# Normalized from Gemma
|
||||
IS_GEMMA = self.config.model_type.startswith("gemma")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue