File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2022,12 +2022,12 @@ def _set_vocab_mistral(self):
20222022 if self .is_mistral_format :
20232023 logger .info (
20242024 "Using a Mistral community chat template. These templates can be subject to errors in early days or weeks after a release. "
2025- "The official way of using Mistral models is via `mistral-common`."
2025+ "Mistral recommends to use `mistral-common` to perform tokenization and detokenization ."
20262026 )
20272027 template = MistralModel .get_community_chat_template (vocab , template_dir , self .is_mistral_format )
20282028 self .gguf_writer .add_chat_template (template )
20292029 else :
2030- logger .info ("Not using a Mistral community chat template. Ensure to perform the official tokenization and detokenization via `mistral-common`." )
2030+ logger .info ("Not using a Mistral community chat template. Ensure to perform the tokenization and detokenization via `mistral-common`." )
20312031
20322032 def set_vocab (self ):
20332033 if self .is_mistral_format :
You can’t perform that action at this time.
0 commit comments