Update llama.py
This commit is contained in:
parent
74f0223765
commit
5eeffb8965
1 changed files with 1 additions and 0 deletions
|
|
@ -1804,6 +1804,7 @@ class FastLlamaModel:
|
|||
@staticmethod
|
||||
def post_patch(model, tokenizer):
|
||||
model, tokenizer = patch_model_and_tokenizer(model, tokenizer, downcast_rope = True)
|
||||
return model, tokenizer
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue