[GH-ISSUE #14904] Any Go chat template for DeepSeek-V3.2 #71660

Closed
opened 2026-05-05 02:17:31 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @SchenbergZY on GitHub (Mar 17, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14904

Dear all,

I just deploy the Q8 Deepseek-V3.2 but without chat template. I would like to know how to get the Go version instead of python script to embed it into the Modelfile.

Originally created by @SchenbergZY on GitHub (Mar 17, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14904 Dear all, I just deploy the Q8 Deepseek-V3.2 but without chat template. I would like to know how to get the Go version instead of python script to embed it into the Modelfile.
GiteaMirror added the feature request label 2026-05-05 02:17:31 -05:00
Author
Owner

@rick-github commented on GitHub (Mar 17, 2026):

As the model developers have expressly said, a template is not supported and the request needs to be processed by code. Instead of setting TEMPLATE, try

PARSER deepseek
RENDERER deepseek3.1

These are the closest to dsv3.2 that ollama currently supports, if they don't work then dsv3.2 would need to be added.

Alternatively, try the template from deepseek-v3.1 and modify it as required. This may not expose the full capabilities of the model.

<!-- gh-comment-id:4074598847 --> @rick-github commented on GitHub (Mar 17, 2026): As the model developers have [expressly said](https://huggingface.co/deepseek-ai/DeepSeek-V3.2#chat-template), a template is not supported and the request needs to be processed by code. Instead of setting `TEMPLATE`, try ``` PARSER deepseek RENDERER deepseek3.1 ``` These are the closest to dsv3.2 that ollama currently supports, if they don't work then dsv3.2 would need to be added. Alternatively, try the [template](https://ollama.com/library/deepseek-v3.1:latest/blobs/c82f46373555) from deepseek-v3.1 and modify it as required. This may not expose the full capabilities of the model.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#71660