From daba749ee1f60c1108df263f8f0bea36b9e2881f Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Sun, 10 Mar 2024 03:48:05 +1100 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 3f281a09c8..d86f8eda6b 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -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