8000 fix: Update name to MiniCPMv26ChatHandler · eformat/llama-cpp-python@e251a0b · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e251a0b

Browse files
committed
fix: Update name to MiniCPMv26ChatHandler
1 parent f70df82 commit e251a0b

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
@@ -3312,7 +3312,7 @@ class Llama3VisionAlphaChatHandler(Llava15ChatHandler):
33123312
Llama3VisionAlpha = Llama3VisionAlphaChatHandler
33133313

33143314

3315-
class MiniCPMv26(Llava15ChatHandler):
3315+
class MiniCPMv26ChatHandler(Llava15ChatHandler):
33163316
DEFAULT_SYSTEM_MESSAGE = "You are a helpful assistant."
33173317

33183318
CHAT_FORMAT = (

0 commit comments

Comments
 (0)
0