Update llama.py

This commit is contained in:
Daniel Han 2025-03-05 03:38:16 -08:00
commit 1c7ecc83a7

View file

@ -2644,7 +2644,7 @@ class FastLlamaModel:
@staticmethod
def for_training(model, use_gradient_checkpointing = True):
if not hasattr(model, "parameters"):
raise TypeError("Unsloth: I think you're passing a tokenizer, not the model to for_inference!")
raise TypeError("Unsloth: I think you're passing a tokenizer, not the model to for_training!")
# Delete all fast inference loras
for param in model.parameters():