From a8914e0e4d057ce9f8220cd1b1fbd93c28f1417f Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Tue, 26 Mar 2024 03:59:10 +1100 Subject: [PATCH] Update chat_templates.py --- unsloth/chat_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/chat_templates.py b/unsloth/chat_templates.py index 9de15b98cb..8bd7e62093 100644 --- a/unsloth/chat_templates.py +++ b/unsloth/chat_templates.py @@ -26,8 +26,8 @@ import shutil from .tokenizer_utils import ( load_correct_tokenizer, fix_sentencepiece_tokenizer, - patch_tokenizer, ) +from .models._utils import patch_tokenizer CHAT_TEMPLATES = {}