Update llama.py
This commit is contained in:
parent
457b7ba6d6
commit
daba749ee1
1 changed files with 2 additions and 0 deletions
|
|
@ -985,7 +985,9 @@ class FastLlamaModel:
|
|||
token = token,
|
||||
)
|
||||
|
||||
print(tokenizer)
|
||||
model, tokenizer = patch_tokenizer(model, tokenizer)
|
||||
print(tokenizer)
|
||||
model = model_patcher.post_patch(model)
|
||||
|
||||
# Patch up QKV / O and MLP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue