-
Notifications
You must be signed in to change notification settings - Fork 138
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
roadmap: Cortex can support Reasoning Models with chat_templates
#1758
Comments
chat_templates
in model.yaml
chat_templates
in model.yaml
chat_templates
in model.yaml
chat_templates
in model.yaml
model.yaml
can support Reasoning Models' System Prompt
Summary of my thought on this ticket. Feel free to comment and let me know your idea. I might be wrong.
So I think we can get the This change will affect About the
|
18 DecProblem
Decision
|
model.yaml
can support Reasoning Models' System Promptchat_templates
chat_templates
chat_templates
Goal
model.yaml
to align with a genericchat_template
that can support reasoning modelstokenizer_config.json
(in HF Transformers),model.yaml
to accomodate System Promptprompt_template
(our own creation?) is not a standard fieldprompt_template
currently takes in a system_message variable%tools%
, etcchat_template
(from HF Transformers)in-prefix
andin-suffix
Tasklist
chat_template
(align with HF Transformers?)chat_template
andprompt_templates
chat_template
overridesprompt_template
prompt_template
as deprecated (we don't support for future models)chat_template
model.yaml
that addschat_template
tokenizer_config.json
Resources
GGUF
in-prefix
andin-suffix
HF Transformers
tokenizer_config.json
definechat_template
and include it in model reposmodel.yaml
that can override this if neededExample
qwq Chat Template prompt (jinja2)
Current
model.yaml
formatThe text was updated successfully, but these errors were encountered: