Skip to content

Navigation Menu

Sign in
Appearance settings

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 filesBrowse files
committed
fix: Update name to MiniCPMv26ChatHandler
1 parent f70df82 commit e251a0b
Copy full SHA for e251a0b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎llama_cpp/llama_chat_format.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_chat_format.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.