Skip to content

Commit 6e4ad72

Browse files
committed
Fix typo
1 parent efd99f1 commit 6e4ad72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama_chat_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2599,7 +2599,7 @@ class ObsidianChatHandler(Llava15ChatHandler):
25992599
"{% endif %}"
26002600
)
26012601

2602-
class MoondreamChatHanlder(Llava15ChatHandler):
2602+
class MoondreamChatHandler(Llava15ChatHandler):
26032603
# Chat Format:
26042604
# f"<image>\n\n{chat_history}Question: {question}\n\nAnswer:"
26052605
CHAT_FORMAT = (

0 commit comments

Comments
 (0)