Update llama.py
This commit is contained in:
parent
2d66722781
commit
fcda5ce87f
1 changed files with 1 additions and 0 deletions
|
|
@ -624,6 +624,7 @@ def LlamaModel_fast_forward(
|
|||
else:
|
||||
raise TypeError("Unsloth: torch_dtype for models is not bfloat16, float16 or float32!")
|
||||
pass
|
||||
print(inputs_embeds, inputs_embeds.dtype)
|
||||
|
||||
# Normalized from Gemma
|
||||
IS_GEMMA = self.config.model_type.startswith("gemma")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue