-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Supporting Velvet model #11716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Supporting Velvet model #11716
Changes from 1 commit
67b38f5
07e1d0a
99be555
3df9d22
52b0bb3
9d86a04
66e6d10
3979557
0a8995a
e8981aa
c4c923a
50bf79b
308ef21
22257d8
8e6b29e
8c57157
a7c4895
bc15f90
bd0ffeb
c516dbd
a78b983
ac6206c
4e743d8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ enum llm_chat_template { | |
LLM_CHAT_TEMPLATE_GIGACHAT, | ||
LLM_CHAT_TEMPLATE_MEGREZ, | ||
LLM_CHAT_TEMPLATE_UNKNOWN, | ||
LLM_CHAT_TEMPLATE_VELVET | ||
|
||
}; | ||
|
||
struct llama_chat_message; | ||
|
Uh oh!
There was an error while loading. Please reload this page.