[GH-ISSUE #9358] deepseek don´t answer #31871

Closed
opened 2026-04-22 12:38:44 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Vizway on GitHub (Feb 26, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9358

What is the issue?

I running Ollama in wsl on windows 11.
These models are running perfectly:
llama2:latest 78e26419b446 3.8 GB 11 months ago
mistral:latest f974a74358d6 4.1 GB 4 weeks ago

But all of the Deepseek models I tested do run but don´t answer anything. Why is that?

Relevant log output

aivis@MSI:/mnt/c/Windows/System32$ ollama pull deepseek-r1:1.5b
pulling manifest
pulling aabd4debf0c8... 100% ▕██████████████████████████████████████████████▏ 1.1 GB
pulling 369ca498f347... 100% ▕██████████████████████████████████████████████▏  387 B
pulling 6e4c38e1172f... 100% ▕██████████████████████████████████████████████▏ 1.1 KB
pulling f4d24e9138dd... 100% ▕██████████████████████████████████████████████▏  148 B
pulling a85fe2a2e58e... 100% ▕██████████████████████████████████████████████▏  487 B
verifying sha256 digest
writing manifest
removing any unused layers
success
aivis@MSI:/mnt/c/Windows/System32$ ollama run deepseek-r1:1.5b
>>> What date is it today?


>>> How are trump?


>>> /show template
{{- if .System }}{{ .System }}{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1}}
{{- if eq .Role "user" }}<|User|>{{ .Content }}
{{- else if eq .Role "assistant" }}<|Assistant|>{{ .Content }}{{- if not $last }}<|end▁of▁sentence|>{{- end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }}
{{- end }}
>>> Send a message (/? for help)

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

0.1.29

Originally created by @Vizway on GitHub (Feb 26, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9358 ### What is the issue? I running Ollama in wsl on windows 11. These models are running perfectly: llama2:latest 78e26419b446 3.8 GB 11 months ago mistral:latest f974a74358d6 4.1 GB 4 weeks ago But all of the Deepseek models I tested do run but don´t answer anything. Why is that? ### Relevant log output ```shell aivis@MSI:/mnt/c/Windows/System32$ ollama pull deepseek-r1:1.5b pulling manifest pulling aabd4debf0c8... 100% ▕██████████████████████████████████████████████▏ 1.1 GB pulling 369ca498f347... 100% ▕██████████████████████████████████████████████▏ 387 B pulling 6e4c38e1172f... 100% ▕██████████████████████████████████████████████▏ 1.1 KB pulling f4d24e9138dd... 100% ▕██████████████████████████████████████████████▏ 148 B pulling a85fe2a2e58e... 100% ▕██████████████████████████████████████████████▏ 487 B verifying sha256 digest writing manifest removing any unused layers success aivis@MSI:/mnt/c/Windows/System32$ ollama run deepseek-r1:1.5b >>> What date is it today? >>> How are trump? >>> /show template {{- if .System }}{{ .System }}{{ end }} {{- range $i, $_ := .Messages }} {{- $last := eq (len (slice $.Messages $i)) 1}} {{- if eq .Role "user" }}<|User|>{{ .Content }} {{- else if eq .Role "assistant" }}<|Assistant|>{{ .Content }}{{- if not $last }}<|end▁of▁sentence|>{{- end }} {{- end }} {{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }} {{- end }} >>> Send a message (/? for help) ``` ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.1.29
GiteaMirror added the bug label 2026-04-22 12:38:44 -05:00
Author
Owner

@DangNhutNguyen commented on GitHub (Feb 26, 2025):

Update Ollama, check resources, analyze logs, and engage with the community for support.Try #8632

<!-- gh-comment-id:2684587668 --> @DangNhutNguyen commented on GitHub (Feb 26, 2025): Update Ollama, check resources, analyze logs, and engage with the community for support.Try #8632
Author
Owner

@rick-github commented on GitHub (Feb 26, 2025):

ollama version 0.1.29 is too old to run deepseek-r1:1.5b. Upgrade.

<!-- gh-comment-id:2684691397 --> @rick-github commented on GitHub (Feb 26, 2025): ollama version 0.1.29 is too old to run deepseek-r1:1.5b. [Upgrade](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-upgrade-ollama).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#31871