From dbf46781c99fc3426fae1469c810e67e890233b5 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 9 Feb 2025 19:21:58 -0800 Subject: [PATCH] Update tokenizer_utils.py --- unsloth/tokenizer_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/tokenizer_utils.py b/unsloth/tokenizer_utils.py index 3b336664d0..cb8852a306 100644 --- a/unsloth/tokenizer_utils.py +++ b/unsloth/tokenizer_utils.py @@ -1058,6 +1058,7 @@ for trainer_name in ("SFTTrainer", "DPOTrainer", "KTOTrainer"): trainer_text = patch_trl_tokenizer_processing_class(trainer_name) if trainer_text is None: continue try: + print(trainer_text) exec(trainer_text, globals()) except Exception as error: raise RuntimeError(