Skip to content

Commit

Permalink
fix: Update name to MiniCPMv26ChatHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Aug 29, 2024
1 parent f70df82 commit e251a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_cpp/llama_chat_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -3312,7 +3312,7 @@ class Llama3VisionAlphaChatHandler(Llava15ChatHandler):
Llama3VisionAlpha = Llama3VisionAlphaChatHandler


class MiniCPMv26(Llava15ChatHandler):
class MiniCPMv26ChatHandler(Llava15ChatHandler):
DEFAULT_SYSTEM_MESSAGE = "You are a helpful assistant."

CHAT_FORMAT = (
Expand Down

0 comments on commit e251a0b

Please sign in to comment.