We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18f03a commit ef28569Copy full SHA for ef28569
1 file changed
llama_cpp/llama.py
@@ -477,10 +477,6 @@ def free_lora_adapter():
477
print(
478
f"Using fallback chat format: {self.chat_format}", file=sys.stderr
479
)
480
-
481
- if self.chat_handler is not None:
482
- if isinstance(self.chat_handler, llama_chat_format.Llava15ChatHandler):
483
- self.chat_handler.initialize_mtmd_context(self)
484
485
self._sampler = None
486
0 commit comments