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