From 058a2a7887d079dd659d8a3d102536d295cebb6a Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 11 Feb 2025 01:27:50 -0800 Subject: [PATCH] Update tokenizer_utils.py --- unsloth/tokenizer_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/tokenizer_utils.py b/unsloth/tokenizer_utils.py index 4c57377884..3d8a517382 100644 --- a/unsloth/tokenizer_utils.py +++ b/unsloth/tokenizer_utils.py @@ -961,7 +961,7 @@ def patch_sft_trainer_tokenizer(): if len(replacer) == 0: continue replacer = replacer[0] print("====") - print(check_text) + print(replacer) print("====") function = function.replace(replacer, replacer + check_text) else: