Skip to content

Commit a096d51

Browse files
committed
fixes
1 parent d140d46 commit a096d51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llama_cpp/llama.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,6 @@ def free_lora_adapter():
477477
print(
478478
f"Using fallback chat format: {self.chat_format}", file=sys.stderr
479479
)
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)
484480

485481
self._sampler = None
486482

0 commit comments

Comments
 (0)