Update chat_templates.py

This commit is contained in:
Daniel Han-Chen 2024-03-26 03:59:10 +11:00
commit a8914e0e4d

View file

@ -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 = {}