Update llama.py
This commit is contained in:
parent
18ab3c1231
commit
38dd9d1555
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